-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 991 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
37
38
39
40
41
42
43
44
45
46
{
"name": "dploybot",
"description": "Deploy your deploybot.com projects from CLI",
"version": "0.1.0",
"main": "./bin/dploybot",
"author": "Nassif Bourguig nbourguig@gmail.com",
"contributors": [
{
"name": "Nassif Bourguig",
"email": "nbourguig@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://www.github.com/nikaia/dploybot/issues"
},
"keywords": [
"beanstalk",
"beanstalkapp.com",
"git",
"deploy",
"cli"
],
"repository": {
"type": "git",
"url": "https://www.github.com/nikaia/dploybot"
},
"preferGlobal": "true",
"bin": {
"dploybot": "bin/dploybot"
},
"dependencies": {
"chalk": "^1.1.3",
"cli-color": "^1.1.0",
"cli-spinner": "^0.2.5",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cross-spawn": "^4.0.0",
"indent": "0.0.2",
"nconf": "^0.8.4",
"opn": "^5.4.0",
"superagent": ">=3.7.0",
"term-grid": "^0.1.8",
"underscore": "^1.8.3"
}
}