-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 927 Bytes
/
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
{
"name": "live-polling",
"version": "1.0.0",
"description": "",
"main": "app-server.js",
"dependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"bootstrap": "^3.3.6",
"express": "^4.13.4",
"react": "^0.13.3",
"react-router": "^0.13.3",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"underscore": "^1.8.3",
"webpack": "^1.12.13"
},
"devDependencies": {},
"scripts": {
"prestart": "webpack",
"start": "node app-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RachBLondon/polling-app-with-socketio.git"
},
"author": "Rachel Black",
"license": "ISC",
"bugs": {
"url": "https://github.com/RachBLondon/polling-app-with-socketio/issues"
},
"homepage": "https://github.com/RachBLondon/polling-app-with-socketio#readme"
}