-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.5 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
{
"name": "oto",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"async": "2.0.x",
"body-parser": "1.15.x",
"compression": "1.6.x",
"connect-mongo": "1.2.x",
"cookie-parser": "1.4.x",
"csurf": "1.9.x",
"express": "4.14.x",
"express-session": "1.14.x",
"formidable": "1.0.x",
"fs-extra": "0.30.x",
"http-proxy": "1.14.x",
"jade": "^1.11.0",
"jsonfile": "^2.3.1",
"kerberos": "0.0.21",
"method-override": "2.3.6",
"moment": "2.14.x",
"mongoose": "4.5.x",
"mongoose-attachments": "^0.1.0",
"mongoose-attachments-localfs": "^0.1.0",
"morgan": "1.7.x",
"mv": "2.1.x",
"node-tvdb": "2.0.x",
"passport": "0.3.x",
"passport-google": "~0.3.0",
"passport-google-oauth": "1.0.x",
"passport-local": "1.0.0",
"underscore": "1.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/olingerc/otonode"
},
"subdomain": "oto",
"scripts": {
"start": "grunt default"
},
"engines": {
"node": "6.3.0",
"npm": "3.10.3"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-concurrent": "2.3.x",
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-cssmin": "1.0.x",
"grunt-contrib-jshint": "1.0.x",
"grunt-contrib-uglify": "1.0.x",
"grunt-contrib-watch": "1.0.x",
"grunt-env": "0.4.x",
"grunt-git": "1.0.x",
"grunt-ng-annotate": "2.0.x",
"grunt-nodemon": "0.4.x",
"grunt-ssh": "0.12.x",
"nodemon": "1.9.x"
}
}