-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
package.json
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
39
40
41
42
43
44
{
"name": "system-dev-install",
"version": "1.1.0",
"description": "Tool for configure, install apps and utilities after a system reinstall",
"main": "index.js",
"bin": {
"system-dev-install": "bin/system-dev-install"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/IvanGaravito/system-dev-install.git"
},
"keywords": [
"system-dev-install"
],
"author": "Ivan Garavito <ivangaravito@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IvanGaravito/system-dev-install/issues"
},
"homepage": "https://github.com/IvanGaravito/system-dev-install",
"dependencies": {
"chalk": "^2.4.1",
"execa": "^0.10.0",
"got": "^8.3.1",
"listr": "^0.14.1",
"minimist": "^1.2.0",
"ora": "^3.0.0",
"semver": "^5.5.0",
"shelljs": "^0.8.2"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"standard-version": "^4.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}