-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.29 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
{
"name": "rin-pr",
"version": "0.5.1",
"private": true,
"scripts": {
"start": "iojs ./bin/rin-web",
"test": "mocha test"
},
"dependencies": {
"bson": "^0.4.20",
"co-body": "^4.2.0",
"co-busboy": "^1.5.0",
"co-fs": "^1.2.0",
"connect-redis": "^3.0.2",
"ejs": "^2.3.4",
"eventproxy": "*",
"filesize": "^3.0.1",
"gm": "*",
"grunt-incrediff": "^3.3.33",
"hat": "*",
"html2bbcode": "*",
"html2markdown": "^1.1.0",
"koa": "0.15.0",
"koa-logger": "1.2.2",
"koa-mount": "1.3.0",
"koa-router": "4.3.2",
"koa-session": "3.3.1",
"koa-static": "1.4.9",
"leven": "^2.0.0",
"magnet-uri": "*",
"mail-notifier": "^0.2.5",
"mkdirp": "^0.5.5",
"mongodb": "^2.1.2",
"nodemailer": "1.3.0",
"pngjs": "^3.4.0",
"read-torrent": "1.2.0",
"redis": "^2.4.2",
"request": "*",
"rss": "1.0.1",
"string": "*",
"tough-cookie": "*",
"underscore": "*",
"validator": "3.22.1",
"xss": "*"
},
"devDependencies": {
"create-torrent": "^3.29.0",
"grunt": "*",
"grunt-concat-css": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-uglify": "*",
"grunt-replace": "^0.9.2",
"grunt-text-replace": "*",
"mocha": "*",
"should": "*"
}
}