forked from robisen1/watsonTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 849 Bytes
/
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
{
"name": "TradeoffAnalyticsNodejsStarterApp",
"version": "0.1.2",
"description": "A sample nodejs app for Bluemix that use the Tradeoff Analytics service",
"dependencies": {
"body-parser": "~1.10.2",
"errorhandler": "~1.3.4",
"express": "~4.12.0",
"jade": "~1.9.2",
"request": "~2.53.0",
"watson-developer-cloud": "~0.9.3"
},
"engines": {
"node": "0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/tradeoff-analytics-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/tradeoff-analytics-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}