-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
51 lines (51 loc) · 1.4 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
50
51
{
"name": "twitter-sentiment",
"version": "1.0.0",
"description": "A Twitter sentiment dashboard for companies who want to monitor the sentiment around their brand",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "webpack",
"start": "node ./server/app-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duncanleung/twitter-sentiment.git"
},
"keywords": [
"twitter",
"sentiment"
],
"author": "Duncan Leung",
"license": "ISC",
"bugs": {
"url": "https://github.com/duncanleung/twitter-sentiment/issues"
},
"homepage": "https://github.com/duncanleung/twitter-sentiment#readme",
"dependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"body-parser": "^1.14.2",
"bufferutil": "^1.2.1",
"classnames": "^2.2.3",
"d3": "^3.5.12",
"datumbox": "^1.0.1",
"express": "^4.13.3",
"immutability-helper": "^2.1.1",
"node-uuid": "^1.4.7",
"react": "^15.4.2",
"react-addons-update": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.67.0",
"sentiment": "^1.0.5",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"twit": "^2.1.1",
"underscore": "^1.8.3",
"utf-8-validate": "^1.2.1",
"webpack": "^1.12.9"
},
"devDependencies": {}
}