-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "pushbots-cli",
"version": "0.0.4",
"description": "PushBots command line tool",
"bin": {
"pushbots": "./bin/pushbots"
},
"contributors": [
{
"name": "Mohamed Shabaan",
"email": "mohamed.shaban@codly.io"
}
],
"author": {
"name": "PushBots",
"email": "info@pushbots.com",
"url": "http://pushbots.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pushbots/pushbots-cli"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pushbots/pushbots-cli/issues"
},
"dependencies": {
"autocmdr": "0.0.8",
"cli-color": "^1.1.0",
"cli-spinner": "^0.2.1",
"commander": "^2.9.0",
"figlet": "^1.1.1",
"follow-redirects": "0.0.7",
"jsonfile": "^2.2.3",
"libxmljs": "^0.16.1",
"node-dir": "^0.1.11",
"prompt": "^0.2.14",
"pushbots-api": "0.0.1",
"request": "^2.67.0",
"temp": "^0.8.3",
"underscore": "^1.8.3",
"unzip": "^0.1.11"
},
"devDependencies": {},
"readmeFilename": "Readme.md"
}