-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 938 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 938 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
34
35
36
{
"name": "sentiment",
"version": "1.0.0",
"description": "NLP connection",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "risha",
"license": "ISC",
"dependencies": {
"body-parser": "~1.0.1",
"bootstrap": "^3.3.7",
"cors": "^2.7.1",
"d3": "^4.2.2",
"ejs": "^2.5.1",
"express": "4.8.0",
"express-bootstrap-service": "^1.0.0",
"extend": "^3.0.0",
"jquery": "^3.1.0",
"jsdom": "^9.4.2",
"object.pick": "^1.1.2",
"prompt": "^1.0.0",
"watson-developer-cloud": "^2.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rishallen/Tone-Analyzer-API-Proxy.git"
},
"bugs": {
"url": "https://github.com/rishallen/Tone-Analyzer-API-Proxy/issues"
},
"homepage": "https://github.com/rishallen/Tone-Analyzer-API-Proxy#readme"
}