-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 841 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
{
"name": "chatbot",
"version": "1.0.0",
"description": "Boilerplate for watson chatbot",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"boilerplate",
"conversation",
"watson"
],
"author": "Tauheed Khan",
"license": "MIT",
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"body-parser": "^1.15.2",
"bunyan": "^2.0.2",
"bunyan-node-logger": "^1.0.2",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"rx": "^4.1.0",
"rx-http-request": "^1.2.0",
"watson-developer-cloud": "^2.15.2"
},
"devDependencies": {
"nodemon": "^1.12.0"
}
}