-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "",
"version": "1.0.0",
"engines": {
"node": "0.12.x"
},
"description": "",
"main": "server/server.js",
"scripts": {
"postinstall": "grunt build",
"start": "node server/server.js"
},
"author": "Kate Cobb",
"dependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fbjs": "^0.2.1",
"flux": "^2.1.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsxhint": "^0.6.0",
"grunt-nodemon": "^0.4.0",
"grunt-services": "^0.1.0",
"grunt-webpack": "^1.0.11",
"material-ui": "^0.12.2",
"mongoose": "^4.1.9",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-instagram": "^1.0.0",
"react": "^0.13.3",
"react-dom": "^0.14.0",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.8",
"react-tools": "^0.13.3",
"request": "^2.64.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.10.1"
}
}