forked from MiumiuCodelicious/dialog-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "DialogNodejsStarterApp",
"version": "0.1.8",
"description": "A sample nodejs app for Bluemix that use the Dialog",
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/dialog-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "James Zhang",
"email": "[email protected]"
},
{
"name": "Eva Xiaohui Luo",
"email": "[email protected]"
},
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/dialog-nodejs/issues"
},
"scripts": {
"start": "node app.js",
"postinstall": "node dialogs/install-dialogs.js"
},
"dependencies": {
"async": "^1.5.1",
"body-parser": "~1.14.1",
"errorhandler": "~1.4.1",
"express": "~4.13.3",
"request": "^2.67.0",
"watson-developer-cloud": "~1.0.6",
"xmlhttprequest": "~1.4.0"
}
}