forked from watson-developer-cloud/tone-analyzer-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.09 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
45
46
47
48
49
{
"name": "ToneAnalyzerNodejsStarterApp",
"version": "0.1.1",
"description": "A sample nodejs app for Bluemix that use the Tone Analyzer service",
"dependencies": {
"body-parser": "~1.14.1",
"errorhandler": "~1.4.1",
"express": "~4.13.3",
"jade": "~1.11.0",
"watson-developer-cloud": "~0.10.6"
},
"engines": {
"node": ">=0.10.38"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/tone-analyzer-nodejs.git"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Hernan Badenes",
"email": "hbadenes@ar.ibm.com"
},
{
"name": "Liang Gou",
"email": "lgou@us.ibm.com"
},
{
"name": "James Zhang",
"email": "jzhang300@us.ibm.com"
},
{
"name": "Kathryn McElroy",
"email": "kemcelroy@us.ibm.com"
},
{
"name": "German Attanasio",
"email": "germanatt@us.ibm.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/tone-analyzer-nodejs/issues"
},
"scripts": {
"start": "node app.js"
}
}