-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
47
48
49
50
51
52
{
"name": "Hospital-info",
"version": "0.0.1",
"description": "something cool",
"scripts": {
"start": "node webpack-server.js",
"server": "nodemon ./server/bin/www | bunyan",
"build": "NODE_ENV=production webpack -p --progress scripts/index.jsx bundle.js"
},
"author": {
"name": "Axel Máni",
"email": "[email protected]"
},
"licence": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnif/hospital-data"
},
"devDependencies": {
"autoprefixer-loader": "^1.1.0",
"babel-core": "^4.0.1",
"babel-loader": "^4.0.0",
"css-loader": "^0.9.1",
"jsx-loader": "^0.12.2",
"nodemon": "^1.3.7",
"normalize.css": "^3.0.2",
"react-hot-loader": "^1.1.1",
"webpack": "^1.5.1",
"webpack-dev-server": "1.6.4"
},
"dependencies": {
"babel": "^4.7.8",
"body-parser": "^1.12.0",
"bunyan": "^0.23.1",
"cors": "^2.5.3",
"debug": "~0.7.4",
"express": "^4.12.2",
"flummox": "^2.7.2",
"moment": "^2.9.0",
"mongoose": "^3.8.24",
"node-jsx": "^0.12.4",
"q": "^1.2.0",
"react": "^0.12.0",
"react-waypoint": "^0.3.0",
"react-widgets": "^2.3.1",
"sass-loader": "^0.4.2",
"skrollr": "^0.6.26",
"style-loader": "^0.8.3",
"superagent": "^0.21.0",
"waypoints": "^3.1.1"
}
}