forked from V-T-A-K/VTAK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
{
"name": "tweet-sentiment-analyzer",
"version": "1.0.0",
"description": "linguistic analysis to detect emotional tones in tweets",
"repository": {
"type": "git",
"url": "https://github.com/V-T-A-K/VTAK.git"
},
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tweets",
"sentiment",
"tone"
],
"author": "Andrew Fechner, John Packel, Aamir Yousuf, Todd MacIntyre",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"mongoose": "^4.9.0",
"morgan": "^1.8.1",
"q": "^1.4.1",
"watson-developer-cloud": "^2.25.1"
}
}