-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.87 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "nextrun",
"description": "",
"keywords": [],
"version": "1.0.0",
"private": true,
"author": "Joseph Luccisano <[email protected]> (http://www.nextrun.fr)",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"config": {
"travis-cov": {
"threshold": 50
}
},
"repository": {
"type": "git",
"url": "https://[email protected]/jluccisano/nextrun.git"
},
"bugs": {
"url": "https://bitbucket.org/jluccisano/nextrun/issues",
"email": "[email protected]"
},
"scripts": {
"start": "node server.js",
"test": "node_modules\\.bin\\mocha --reporter spec test\\test-users.js"
},
"dependencies": {
"blanket": "1.2.3",
"body-parser": "1.16.0",
"compression": "1.6.2",
"connect-mongo": "1.3.2",
"cookie-parser": "1.4.3",
"crypto": "0.0.3",
"csurf": "1.9.0",
"errorhandler": "1.5.0",
"express": "4.14.0",
"express-session": "1.14.2",
"express-winston": "2.1.2",
"forever": "0.15.3",
"gridfs-stream": "1.1.1",
"grunt-replace": "1.0.1",
"jade": "1.7.0",
"method-override": "2.3.7",
"moment": "2.17.1",
"mongoose": "4.7.7",
"morgan": "1.7.0",
"multer": "1.2.1",
"nodemailer": "2.7.0",
"nodemailer-mailgun-transport": "1.2.4",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-local": "1.0.0",
"prerender-node": "2.7.0",
"serve-favicon": "2.3.2",
"underscore": "1.8.3",
"view-helpers": "0.1.5",
"winston": "2.3.0"
},
"devDependencies": {
"blanket": "*",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.3.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-bower-install": "*",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-jsdoc": "*",
"grunt-mocha-test": "^0.13.2",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-rev": "*",
"grunt-shell": "^2.1.0",
"grunt-svgmin": "^4.0.0",
"grunt-usemin": "^3.1.1",
"jasmine-core": "*",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.3.0",
"sinon": "^2.2.0",
"superagent": "^3.5.2",
"time-grunt": "*",
"travis-cov": "*",
"usemin-patterns": "*",
"xunit-file": "^1.0.0"
}
}