-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "phonebot",
"version": "1.0.0",
"description": "Slackbot to make phonecalls using Twilio and IBM Watson",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^0.9.0",
"cfenv": "^1.0.0",
"loglevel": "^1.2.0",
"request": "^2.55.0",
"express-xml-bodyparser": "^0.0.7",
"promise": "^7.0.1",
"body-parser": "^1.12.3",
"express": "^4.12.3",
"twilio": "^2.2.0",
"watson-developer-cloud": "^0.9.9",
"sox": "^0.1.0",
"tmp": "^0.0.25",
"commander": "^2.6.0",
"http-post": "^0.1.1"
},
"devDependencies": {
"mocha": "^2.2.5",
"mocha-eslint": "^0.1.7",
"mockery": "^1.4.0",
"requestbin": "^1.1.1"
},
"scripts": {
"test": "mocha test/unit",
"integration-test": "mocha test/integration",
"install": "node admin.js track",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/phonebot.git"
},
"author": "James Thomas",
"license": "MIT",
"bugs": {
"url": "https://github.com/IBM-Bluemix/phonebot/issues"
},
"homepage": "https://github.com/IBM-Bluemix/phonebot"
}