-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 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": "derecho_prototype",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.1",
"cookie-parser": "^1.3.5",
"d3": "^3.5.6",
"express": "^4.11.2",
"express-handlebars": "^1.2.2",
"express-session": "^1.11.1",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.12.2",
"mongoose": "^4.2.4",
"mongoose-findorcreate": "^0.1.2",
"morgan": "^1.6.1",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-local": "^1.0.0",
"react": "0.14.2",
"react-dom": "0.14.2",
"react-select": "^0.9.1",
"react-slider": "^0.6.0",
"reactify": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}