forked from ezamorad/concept-insights-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "conceptInsightsNodejsStarterApp",
"version": "1.6.8",
"description": "A sample nodejs app for Bluemix that use the Concept Insights service",
"engines": {
"node": ">=4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/concept-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]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/concept-insights-nodejs/issues"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "~1.5.0",
"body-parser": "~1.15.1",
"express": "~4.13.3",
"express-rate-limit": "^2.0.2",
"express-secure-only": "^0.2.1",
"helmet": "^2.1.1",
"watson-developer-cloud": "^1.9.0"
}
}