-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.13 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": "react-polling",
"version": "0.0.1",
"description": "A socket io live polling application",
"main": "app.js",
"scripts": {
"test": "mocha --recursive",
"start": "node app.js",
"predev": "grunt",
"dev": "grunt watch & node-dev app.js",
"test": "mocha"
},
"keywords": [
"polling",
"polls",
"audience",
"speaker",
"socket.io",
"react",
"tutorial"
],
"author": "Alex Banks <alex@moonhighway.com> (http://www.moonhighway.com)",
"license": "MIT",
"repository": "https://github.com/MoonTahoe/react-polling",
"homepage": "react-polling.herokuapp.com",
"dependencies": {
"bootstrap": "^3.3.4",
"colors": "^1.0.3",
"express": "^4.12.3",
"jquery": "^2.1.3",
"react": "^0.13.1",
"react-d3": "^0.3.1",
"react-router": "^0.13.2",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"util-extend": "^1.0.1",
"6to5ify": "^4.1.1",
"browserify": "^9.0.7",
"grunt": "^0.4.5",
"grunt-browserify": "^3.6.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^2.2.3",
"reactify": "^1.1.0"
}
}