forked from IBM/watson-banking-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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": "watson-banking-chatbot",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js",
"test": "npm run unit && npm run eslint && npm run jshint",
"jshint": "jshint public",
"eslint": "eslint *.js lib test",
"unit": "istanbul cover _mocha test/unit -- -R spec"
},
"dependencies": {
"body-parser": "^1.15.2",
"cf-deployment-tracker-client": "*",
"cfenv": "^1.0.3",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"http": "0.0.0",
"https": "^1.0.0",
"metrics-tracker-client": "*",
"numeral": "^1.5.3",
"vcap_services": "^0.2.0",
"watson-developer-cloud": "^2.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM/watson-banking-chatbot.git"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.14.1",
"eslint-config-google": "^0.7.1",
"eslint-config-prettier": "^2.1.0",
"eslint-plugin-node": "^4.0.0",
"eslint-plugin-prettier": "^2.0.0",
"istanbul": "^0.4.5",
"jsondiffpatch": "^0.2.4",
"jshint": "^2.9.4",
"mocha": "^3.4.1",
"prettier": "1.1.0",
"sinon": "^2.3.2",
"sinon-test": "^1.0.0"
}
}