-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "MEAN_Boilerplate",
"version": "0.0.1",
"scripts": {
"start": "node server.js",
"test": "node_modules/grunt-cli/bin/grunt test",
"postinstall": "node_modules/grunt-cli/bin/grunt install"
},
"dependencies": {
"express": "~3.4.8",
"swig": "~1.3.0",
"mongoose": "~3.8.4",
"lodash": "~2.4.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.12",
"passport": "~0.1.18",
"passport-twitter": "~1.0.2",
"passport-facebook": "~1.0.2",
"view-helpers": "~0.1.4",
"connect": "~2.12.0",
"connect-redis": "~1.4.6",
"mean-logger": "0.0.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.1",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-stylus": "~0.12.0",
"grunt-nodemon": "~0.2.0",
"grunt-concurrent": "~0.4.3",
"time-grunt": "~0.2.8",
"nib": "~1.0.2"
}
}