forked from watson-developer-cloud/social-customer-care
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "social-customer-care",
"version": "0.5.0",
"description": "Starter Kit demonstrating how IBM Watson can be used to support customer care on twitter",
"scripts": {
"start": "DEBUG='scc:*' node server.js",
"train": "DEBUG='scc:*' node training/train.js",
"test": "npm run lint && npm run validate",
"lint": "eslint .",
"build": "DEBUG='scc:*' gulp compile",
"autofix": "eslint --fix .",
"validate": "npm ls"
},
"dependencies": {
"async": "^2.5.0",
"backoff": "^2.5.0",
"body-parser": "^1.18.2",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"replace": "^0.3.0",
"socket.io": "~1.4.8",
"twitter": "^1.7.1",
"watson-developer-cloud": "^2.41.1"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"eslint": "^3.19.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-iconfont": "^1.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"run-sequence": "^1.1.5",
"wrench": "^1.5.8"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "James Zhang",
"email": "[email protected]"
},
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"false": {}
}