-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 886 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 886 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
39
{
"name": "@webdesignio/cli",
"version": "0.11.1",
"description": "webdesignio's glorious command line interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"webdesignio": "./bin/cli.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@webdesignio/surge-helper": "0.0.0",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"co": "^4.6.0",
"file": "^0.2.2",
"glob": "^7.1.1",
"minimist": "^1.2.0",
"mustache": "^2.2.1",
"node-fetch": "^1.6.3",
"ora": "^0.3.0",
"read": "^1.0.7",
"request": "^2.75.0",
"request-then": "^1.1.0",
"shelljs": "^0.7.4",
"shortid": "^2.2.6",
"tar-fs": "^1.14.0",
"to-pascal-case": "^1.0.0",
"yazl": "^2.4.1",
"yn": "^1.2.0"
},
"devDependencies": {
"standard": "^7.1.2"
}
}