forked from ezamorad/concept-insights-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 Bytes
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
{
"name": "ConceptInsightsNodejsStarterApp",
"version": "0.1.3",
"description": "A sample nodejs app for Bluemix that use the Concept Insights service",
"dependencies": {
"body-parser": "~1.10.2",
"errorhandler": "~1.3.0",
"express": "~4.12.0",
"jade": "~1.8.2",
"watson-developer-cloud": "~0.9.3"
},
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/concept-insights-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "German Attanasio Ruiz",
"email": "germanatt@us.ibm.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/concept-insights-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}