-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 769 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
{
"name": "conversational-insights",
"version": "0.1.1",
"description": "A sample nodejs app using Watson Tone Analyzer and Watson Personality Insights",
"dependencies": {
"body-parser": "~1.12.3",
"errorhandler": "~1.3.0",
"express": "~4.12.0",
"jade": "~1.9.2",
"request": "~2.55.0",
"twitter": "~0.2.13",
"watson-developer-cloud": "~0.9.23"
},
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/conversational-insights.git"
},
"author": "German Attanasio Ruiz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/conversational-insights/issues"
},
"scripts": {
"start": "node app.js"
}
}