-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "questfeed",
"version": "0.0.1",
"description": "questfeed app",
"dependencies": {
"babel": "^5.4.7",
"body-parser": "^1.12.3",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.2",
"exports-loader": "^0.6.2",
"express": "^4.12.4",
"express-session": "^1.11.2",
"fluxible": "^0.4.9",
"fluxible-plugin-fetchr": "^0.3.0",
"fluxible-router": "^0.1.4",
"imports-loader": "^0.6.3",
"jquery": "^2.1.3",
"method-override": "^2.3.3",
"node-uuid": "^1.4.3",
"passport": "^0.2.2",
"passport-google-oauth": "^0.2.0",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"react": "^0.13.3",
"sequelize": "^3.1.0",
"serialize-javascript": "^1.0.0",
"serve-favicon": "^2.2.1",
"when": "^3.7.2",
"zurb-foundation-5": "^5.4.7"
},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.8",
"babel-loader": "^5.1.3",
"babel-runtime": "^5.4.7",
"css-loader": "^0.13.1",
"json-loader": "^0.5.1",
"jsx-loader": "^0.13.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.2.7",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.2",
"webpack": "^1.9.8",
"webpack-dev-server": "^1.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development node index"
},
"author": "",
"license": "MIT"
}