-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 936 Bytes
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
{
"name": "elevate",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "naught start --node-args '--harmony' ./bin/www"
},
"dependencies": {
"async": "^1.4.0",
"babel": "^5.8.21",
"babel-loader": "^5.3.2",
"body-parser": "~1.13.1",
"compression": "^1.5.2",
"cookie-parser": "~1.3.5",
"css-loader": "^0.15.6",
"debug": "~2.2.0",
"express": "~4.13.0",
"fluxxor": "^1.7.1",
"http-auth": "^2.2.8",
"jade": "~1.11.0",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"loader-utils": "^0.2.11",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"mongoose": "^4.0.7",
"morgan": "~1.6.1",
"node-yaml-config": "0.0.3",
"react": "^0.13.3",
"react-router": "^0.13.3",
"request": "^2.59.0",
"serve-favicon": "~2.3.0",
"style-loader": "^0.12.3",
"underscore": "^1.8.3",
"webpack": "^1.10.5",
"winston": "^1.0.1"
}
}