forked from watson-developer-cloud/tone-analyzer-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1023 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
35
36
37
38
39
40
41
{
"name": "tone-analyzer-nodejs",
"version": "3.1.1",
"description": "Web application that uses Tone Analyzer to get the tone from a text message",
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/tone-analyzer-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/tone-analyzer-nodejs/issues"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.2",
"ejs": "^2.3.4",
"errorhandler": "^1.4.1",
"express": "^4.12.2",
"express-rate-limit": "^2.1.0",
"express-secure-only": "^0.2.1",
"helmet": "^1.1.0",
"watson-developer-cloud": "^1.2.2"
}
}