-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
{
"name": "CrowdSource",
"version": "0.0.1",
"description": "Real Time Polling WebApp",
"main": "app/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base public/ --progress --colors",
"start": "nodemon app/server.js",
"postinstall": "webpack -p --config webpack.prod.config.js --profile --progress --colors"
},
"author": "",
"license": "",
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"body-parser": "^1.14.1",
"css-loader": "^0.19.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"jsx-loader": "^0.13.2",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"react": "^0.13.3",
"redis": "^2.3.0",
"request": "^2.65.0",
"socket.io": "^1.3.7",
"style-loader": "^0.12.4",
"webpack": "^1.12.2"
},
"devDependencies": {
"pryjs": "^0.1.3",
"react-hot-loader": "^1.3.0",
"should": "^7.1.1",
"socket.io-client": "^1.3.7",
"webpack-dev-server": "^1.11.0"
}
}