-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.15 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
{
"name": "pb-cli",
"version": "1.4.0",
"description": "Pandorabots API command line interface",
"keywords": [
"Pandorabots",
"NLP",
"AI"
],
"scripts": {
"test": "python testrunner.py"
},
"homepage": "http://github.com/pandorabots/pb-cli/",
"bugs": {
"url": "http://github.com/pandorabots/pb-cli/issues"
},
"license": "BSD-2-Clause",
"bin": {
"pandorabots": "./pb-cli/index.js",
"pb": "./pb-cli/index.js"
},
"repository": {
"type": "git",
"url": "http://github.com/pandorabots/pb-cli.git"
},
"dependencies": {
"commander": ">=2.5.1",
"filequeue": "^0.5.0",
"glob": ">=4.3.2",
"nconf": ">=0.7.1",
"prompt": ">=0.2.14",
"request": ">=2.51.0",
"unzip": ">=0.1.11"
},
"author": "yyconn <conn@conn.jp>",
"contributors": [
{
"name": "Daniel Fried",
"email": "daniel.fried@pandorabots.com"
},
{
"name": "Tina Coles",
"email": "tina.coles@pandorabots.com"
},
{
"name": "Amelia Clarke",
"email": "amelia.clarke@pandorabots.com"
},
{
"name": "Aadish Joshi",
"email": "aadish.joshi@pandorabots.com"
}
]
}