-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "upstage-cli",
"description": "CLI for deploying gh-pages.",
"version": "0.1.0",
"homepage": "https://github.com/upstage/upstage-cli",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "upstage/upstage-cli",
"bugs": {
"url": "https://github.com/upstage/upstage-cli/issues"
},
"license": "MIT",
"files": [
"lib/",
"index.js"
],
"main": "index.js",
"bin": {
"upstage": "./cli.js"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"dependencies": {
"arr-flatten": "^1.0.1",
"async": "^1.4.0",
"config-file": "git://github.com/jonschlinkert/config-file#custom-cwd",
"data-store": "^0.8.1",
"get-value": "^1.1.5",
"gift": "^0.6.1",
"glob": "^5.0.14",
"glob-parent": "^1.2.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"helper-related": "^0.10.0",
"inquirer": "^0.9.0",
"is-glob": "^2.0.0",
"js-yaml": "^3.3.1",
"log-symbols": "^1.0.2",
"lookup-path": "^0.3.0",
"merge-deep": "^2.0.0",
"minimist": "^1.1.2",
"question-cache": "^0.1.2",
"rimraf": "^2.4.2",
"through2": "^2.0.0",
"vinyl": "^0.5.1"
},
"verb": {
"related": {
"description": "Projects related to upstage cli.",
"list": [
"helper-related"
]
}
}
}