forked from Strider-CD/strider-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 877 Bytes
/
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
{
"name": "strider-cli",
"version": "1.4.10",
"description": "CLI for Strider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Strider-CD/strider-cli"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Strider-CD/strider-cli/issues"
},
"homepage": "https://github.com/Strider-CD/strider-cli",
"dependencies": {
"chokidar": "^0.9.0",
"cli-table": "^0.3.0",
"debug": "^2.1.1",
"glob": "^4.0.6",
"lodash": "^2.4.1",
"nomnom": "^1.8.0",
"prompt": "^0.2.14",
"pw": "0.0.4",
"rimraf": "^2.2.8",
"spawn-cmd": "0.0.2",
"step": "0.0.5",
"strider-ecosystem-client": "1.2.1",
"strider-extension-loader": "^0.4.4",
"superagent": "^0.20.0",
"touch": "0.0.3"
}
}