-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "js-packtools",
"version": "2.3.18",
"description": ":notebook_with_decorative_cover: A small collection of tools for the development of javascript.",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"release": "standard-version",
"docsify": "docsify serve ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasp402/js-packtools.git"
},
"keywords": [
"javascript",
"tools",
"js",
"tools",
"js",
"pack",
"tools",
"js",
"basic",
"tools"
],
"author": "Jesús A. Pérez S.",
"license": "MIT",
"bugs": {
"url": "https://github.com/jasp402/js-packtools/issues"
},
"homepage": "https://github.com/jasp402/js-packtools#readme",
"devDependencies": {
"mocha": "^6.1.4",
"standard-version": "^8.0.2"
},
"dependencies": {}
}