-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.07 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": "application-name",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"agenda": "^0.6.16",
"anidb": "git://github.com/groenlid/node-anidb",
"assetmanager": "1.1.2",
"bcrypt": "0.7.7",
"bluebird": "^2.2.1",
"body-parser": "1.10.0",
"bower": "^1.3.3",
"compression": "1.2.2",
"cookie-parser": "1.3.3",
"dependable": "0.2.5",
"errorhandler": "~1.0.0",
"express": "^4.1.0",
"express-session": "~1.0.3",
"express-validator": "^2.1.1",
"forever": "^0.11.1",
"gridfs-stream": "git://github.com/aheckmann/gridfs-stream.git",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "^0.4.1",
"grunt-nodemon": "0.2.1",
"http": "0.0.0",
"image-type": "^1.0.0",
"jade": "*",
"load-grunt-tasks": "^0.4.0",
"lodash": "^2.4.1",
"mean-connect-mongo": "0.4.3",
"method-override": "~1.0.0",
"mongoose": "^3.8.8",
"mongoose-version": "^0.2.4",
"morgan": "~1.0.0",
"multiparty": "^4.0.0",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"static-favicon": "~1.0.2",
"time-grunt": "~1.0.0",
"tvdb": "git://github.com/enyo/node-tvdb.git#develop",
"winston": "^0.8.0",
"passport-http-bearer": "~1.0.1",
"jwt-simple": "~0.2.0",
"passport-anonymous": "~1.0.1",
"express-jwt": "~0.6.1",
"bcryptjs": "~2.1.0",
"validator": "~3.27.0"
},
"devDependencies": {
"grunt-mocha-test": "0.12.4",
"requirejs": "~2.1.11",
"should": "4.4.2",
"supertest": "0.15.0"
}
}