-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·37 lines (37 loc) · 1.17 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
{
"name": "Facebook-Sentiment-Visualization",
"version": "1.0.0",
"description": "A data visualization that compares Facebook comments' and statuses' sentiments to the number of likes they received.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrunjeti/Facebook-Sentiment-Visualization.git"
},
"author": "Varun Munjeti",
"bugs": {
"url": "https://github.com/vrunjeti/Facebook-Sentiment-Visualization/issues"
},
"homepage": "https://github.com/vrunjeti/Facebook-Sentiment-Visualization#readme",
"dependencies": {
"es6-shim": "^0.35.0",
"gulp": "^3.9.1",
"react": "^0.14.7",
"react-d3": "^0.4.0",
"react-dom": "^0.14.7",
"superagent": "^1.8.3"
},
"devDependencies": {
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-strict-mode": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
"vinyl-source-stream": "^1.1.0"
}
}