-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.61 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
62
63
{
"name": "socialdirectory",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jeromegv/socialdirectory"
},
"scripts": {
"start": "node app.js",
"test": "mocha",
"postinstall": "bower install && grunt build"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.9.0",
"compression": "^1.2.0",
"connect-assets": "^4.3.3",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.3",
"csso": "^1.3.11",
"errorhandler": "^1.2.2",
"express": "^4.8.8",
"express-flash": "^0.0.2",
"express-session": "^1.6.1",
"express-validator": "^2.4.0",
"jade": "^1.6.0",
"less": "^1.7.5",
"lodash": "^2.4.1",
"lusca": "^1.0.0",
"method-override": "^2.2.0",
"mongoose": "4.1.3",
"morgan": "^1.3.1",
"nodemailer": "^1.2.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"request": "^2.42.0",
"uglify-js": "^2.4.16",
"validator": "^3.18.1",
"bower": "^1.3.12",
"moment": "^2.8.3",
"odata-parser": "^1.2.0",
"knox": "^0.9.2",
"node-ee-mime-magic": "^0.1.1",
"imagemin": "^3.2.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-jade-usemin": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-filerev": "^2.1.0",
"grunt-cli": "^0.1.13",
"sharp": "^0.8.4",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-jshint": "^0.11.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"supertest": "^0.13.0"
}
}