This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
67 lines (67 loc) · 1.65 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "portfolio-chat",
"version": "0.0.1",
"description": "Demonstration of a chat-bot for managing a portfolio",
"scripts": {
"start": "node server.js",
"test-casper-runner": "NODE_ENV=test node casper-runner.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "Tom Eck",
"contributors": [
{
"name": "Tom Eck",
"email": "tom.eck@ibm.com"
},
{
"name": "Laura Bennett",
"email": "lbenn@us.ibm.com"
}
],
"engines": {
"node": "8.3.0"
},
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.16.1",
"cfenv": "1.0.x",
"cloudant": "^1.7.1",
"dotenv": "^4.0.0",
"vcap_services": "^0.2.0",
"debug": "^2.2.0",
"express": "^4.13.4",
"express-rate-limit": "^2.4.0",
"fs": "0.0.1-security",
"hashmap": "^2.0.6",
"helmet": "^2.1.2",
"http": "0.0.0",
"memory-cache": "^0.1.6",
"numeral": "^2.0.4",
"plotly": "^1.0.6",
"request-promise": "^4.1.1",
"string-template": "^1.0.0",
"tmp": "^0.0.31",
"twilio": "^2.11.1",
"watson-developer-cloud": "^3.5.3",
"bluebird": "^3.4.3",
"botkit": "^0.2.2",
"botkit-sms": "^1.0.7",
"bower": "^1.7.9",
"extend": "^3.0.0",
"request": "^2.72.0",
"use-strict": "^1.0.1",
"uuid": "^2.0.2",
"object.pick": "^1.1.2",
"xmlhttprequest": "^1.4.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}