-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 736 Bytes
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
{
"name": "auto-encoder",
"version": "0.5.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/t3rminus/auto-encoder",
"dependencies": {
"better-queue": "^3.8.10",
"bluebird": "^3.5.2",
"chokidar": "^3.4.2",
"fs-extra": "^7.0.0",
"handbrake-js": "^3.0.6",
"moviedb": "^0.2.10",
"nedb-promise": "^2.0.1",
"parse-torrent-name": "^0.5.4",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"tvmaze-node": "^1.0.4",
"unrar": "^0.1.7",
"unzipper": "^0.9.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Kevin Smith <k3vin.net@gmail.com>",
"license": "MIT"
}