-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 940 Bytes
/
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
{
"name": "dinowiki",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ease-functions": "*",
"express": "~4.13.1",
"express-session": "^1.13.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.12.3",
"hbs": "^4.0.0",
"mongoose": "^4.4.5",
"mongoose-findorcreate": "^0.1.2",
"morgan": "~1.6.1",
"newyorktimes": "0.0.2",
"node-sass-middleware": "0.8.0",
"nodemon": "^1.9.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-motion": "^0.4.2",
"request": "^2.69.0",
"serve-favicon": "~2.3.0",
"soundmanager2": "^2.97.20150601-a"
}
}