-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·80 lines (80 loc) · 2 KB
/
package.json
File metadata and controls
executable file
·80 lines (80 loc) · 2 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "ECM",
"description": "Exam Copies Manager",
"version": "0.0.1",
"author": "École Centrale des Arts et Métiers",
"contributors": [{
"name": "Sébastien Combéfis",
"email": "s.combefis@ecam.be"
}, {
"name": "Alexis Paques",
"email": "alexis.paques@gmail.com"
}],
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "~1.2.1",
"body-parser": "~1.13.1",
"bower": "~1.4.1",
"chalk": "~1.0.0",
"compression": "~1.5.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.1",
"connect-multiparty": "~1.2.5",
"consolidate": "~0.13.1",
"cookie-parser": "~1.3.5",
"express": "~4.13.0",
"express-session": "~1.11.3",
"forever": "~0.14.1",
"fs-extra": "~0.20.0",
"glob": "~5.0.10",
"grunt-cli": "~0.1.13",
"helmet": "~0.9.1",
"humans-generator": "~1.2.7",
"lodash": "~3.9.3",
"method-override": "~2.3.3",
"moment": "~2.10.3",
"mongoose": "~4.0.5",
"morgan": "~1.6.0",
"nodemailer": "~1.3.4",
"passport": "~0.2.2",
"passport-local": "~1.0.0",
"process": "~0.11.1",
"swig": "~1.4.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-concurrent": "~2.0.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-jsbeautifier": "~0.2.10",
"grunt-karma": "~0.11.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.2.0",
"grunt-nodemon": "~0.4.0",
"jasmine-core": "~2.3.4",
"karma": "~0.12.36",
"karma-chrome-launcher": "~0.1.12",
"karma-coverage": "~0.4.2",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.2.0",
"load-grunt-tasks": "~3.2.0",
"mocha": "~2.2.5",
"phantomjs": "~1.9.17",
"should": "~7.0.1",
"supertest": "~1.0.1"
}
}