forked from docktor/docktor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.91 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "docktor",
"description": "Docker Monitoring",
"version": "0.0.1",
"contributors": [
"Yvonnick Esnault - yesnault",
"François Samin - fsamin"
],
"repository": {
"type": "git",
"url": "https://github.com/docktor/docktor.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"agenda": "~0.6.28",
"agenda-ui": "~0.0.7",
"async": "^0.9.2",
"body-parser": "^1.12.4",
"bower": "^1.3.12",
"cluster": "~0.7.7",
"compression": "^1.4.4",
"connect-flash": "~0.1.1",
"connect-mongo": "^0.7.0",
"consolidate": "^0.11.0",
"cookie-parser": "~1.3.2",
"dockerode": "2.3.6",
"express": "^4.12.4",
"express-session": "^1.10.4",
"forever": "~0.14.1",
"glob": "^4.0.6",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "^1.0.1",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-karma": "^0.9.0",
"grunt-mocha-test": "~0.12.1",
"grunt-ng-annotate": "^0.10.0",
"grunt-nodemon": "~0.4.0",
"helmet": "^0.7.1",
"load-grunt-tasks": "^3.1.0",
"lodash": "^3.9.3",
"method-override": "~2.3.0",
"mongoose": "^3.8.30",
"morgan": "^1.5.3",
"nodemailer": "^1.3.4",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"request": "^2.53.0",
"swig": "~1.4.1"
},
"devDependencies": {
"coffee-script": "~1.9.1",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.3.0",
"karma-phantomjs-launcher": "~0.1.2",
"should": "~5.2.0",
"supertest": "~0.15.0"
}
}