-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "polling-app-with-react.js-and-socketio",
"version": "1.0.0",
"description": "This application will allow a speaker to start a presentation, and interact with audience members by asking questions and graphing their responses.",
"main": "app-server.js",
"scripts": {
"prestart": "webpack",
"start": "node app-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saichandesh/Polling-App-With-React.js-and-SocketIO.git"
},
"keywords": [
"socketIO",
"React.js",
"Node.js"
],
"author": "saichandesh gurramkonda",
"license": "ISC",
"bugs": {
"url": "https://github.com/saichandesh/Polling-App-With-React.js-and-SocketIO/issues"
},
"homepage": "https://github.com/saichandesh/Polling-App-With-React.js-and-SocketIO#readme",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"react": "^15.3.2",
"react-d3": "^0.3.1",
"react-dom": "^15.3.2",
"react-router": "^0.13.3",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0",
"underscore": "^1.8.3",
"webpack": "^1.13.2"
}
}