-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "theNetwork",
"description": "Shopping, shops, theNetwork",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "~2.4.1",
"body-parser": "~1.17.2",
"bower": "~1.8.0",
"chalk": "~1.1",
"compression": "~1.6.2",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.3.2",
"consolidate": "~0.14.5",
"cookie-parser": "~1.4.3",
"express": "~4.15.3",
"express-session": "~1.15.3",
"forever": "~0.15.3",
"glob": "~7.1.2",
"grunt-cli": "~1.2.0",
"helmet": "~3.6.1",
"lodash": "~4.17.4",
"method-override": "~2.3.0",
"mongoose": "~5.7.7",
"mongoose-id-validator": "^0.4.2",
"morgan": "~1.8.2",
"nodemailer": "~4.0.1",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"passport-linkedin": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"swig": "~1.4.1"
},
"devDependencies": {
"supertest": "~3.0.0",
"should": "~11.2.1",
"grunt-env": "~0.4.1",
"grunt-node-inspector": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-ng-annotate": "~3.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-nodemon": "~0.4.2",
"grunt-concurrent": "~2.3.1",
"grunt-mocha-test": "~0.13.2",
"load-grunt-tasks": "~3.5.2"
}
}