This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.18 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
{
"name": "bookworm",
"description": "Book NZB Searcher and Grabber",
"version": "0.0.2",
"homepage": "https://github.com/blackbarn/Bookworm",
"private": true,
"keywords": "nzb, book, automate",
"author": {
"name": "Kyle Brown",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbarn/Bookworm"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": "0.10.x"
},
"main": "app/",
"scripts": {
"start": "node bin/bookworm.js",
"build": "grunt"
},
"dependencies": {
"express-partial-response": "^0.2.1",
"connect-flash": "^0.1.1",
"line-reader": "^0.2.3",
"revalidator": "^0.1.6",
"node-uuid": "^1.4.1",
"async": "^0.2.10",
"q": "^1.0.0",
"findit": "^1.1.0",
"json-mask": "^0.2.0",
"passport-local": "^0.1.6",
"passport": "^0.2.0",
"fs-extra": "^0.8.1",
"passport-localapikey": "^0.0.3",
"sabnzbd": "^0.2.1",
"lodash": "^2.4.1",
"nconf": "^0.6.9",
"later": "^1.1.6",
"xml2js": "^0.4.1",
"connect-thumbs": "^0.1.7",
"memoizee": "^0.2.6",
"request": "^2.33.0",
"jade": "^1.1.5",
"moment": "^2.5.1",
"express": "^3.4.8",
"socket.io": "^0.9.16",
"libxmljs": "^0.8.1",
"caterpillar-filter": "^2.0.3",
"caterpillar-human": "^2.1.2",
"caterpillar": "^2.0.7",
"event-stream": "^3.1.0",
"sequelize": "^2.0.0-dev4",
"sqlite3": "^2.2.0",
"q-io": "^1.11.0",
"swagger-ui": "^2.0.12",
"swaggerize": "^0.0.2",
"swagger-node-express": "^2.0.1"
},
"devDependencies": {
"stylus": "^0.42.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.1.7",
"gulp-uglify": "^0.2.1",
"gulp-imagemin": "^0.1.5",
"gulp-rename": "^1.2.0",
"gulp-clean": "^0.2.4",
"gulp-watch": "^0.5.2",
"gulp-ngmin": "^0.1.2",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.5.0",
"gulp-if": "^0.0.5",
"gulp-stylus": "^0.1.0",
"minimist": "^0.0.8",
"gulp-nodemon": "^1.0.2",
"gulp-bump": "^0.1.7",
"run-sequence": "^0.3.6",
"gulp-bower-files": "^0.2.1",
"gulp-flatten": "0.0.2",
"through2": "^0.4.1"
}
}