forked from Legacy-WatsonDRC/VTAK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "tweet-sentiment-analyzer",
"version": "1.0.0",
"description": "linguistic analysis to detect emotional tones in tweets",
"repository": {
"type": "git",
"url": "https://github.com/Legacy-WatsonDRC/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": "Cameron Dunne, Andrew Fechner, Danny Hendrix, Todd MacIntyre, John Packel, Rich Serdici, Aamir Yousuf ",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-stream": "^0.8.0",
"http": "0.0.0",
"mongoose": "^4.9.0",
"morgan": "^1.8.1",
"q": "^1.4.1",
"socket.io": "^1.7.3",
"twitter": "^1.7.0",
"watson-developer-cloud": "^2.25.1"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}