-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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": "personality-insights-nodejs",
"version": "2.1.0",
"description": "A sample NodeJS app that use the Personality Insights service",
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/personality-insights-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]"
}, {
"name": "Ary Pablo Batista",
"email": "[email protected]"
}],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/personality-insights-nodejs/issues"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.11.0",
"cookie-parser": "^1.4.0",
"csurf": "^1.8.3",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-rate-limit": "^2.0.2",
"express-secure-only": "^0.2.1",
"helmet": "^0.13.0",
"promise": "~7.0.4",
"q": "^1.4.1",
"request": "^2.67.0",
"watson-developer-cloud": "^1.1.0"
}
}