-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
68 lines (68 loc) · 1.72 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
{
"name": "multipass-torrent",
"version": "0.8.9",
"description": "Collects torrents from various sources (dump, RSS, HTML pages) and associates the video files within with IMDB ID",
"main": "cli/multipass.js",
"scripts": {
"start": "node cli/multipass",
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "http://github.com/Ivshti/multipass-torrent"
},
"keywords": [
"torrent",
"crawling",
"scraping",
"indexing"
],
"author": "Ivo Georgiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivshti/multipass-torrent/issues"
},
"dependencies": {
"async": "0.2.9",
"bagpipe": "Ivshti/bagpipe",
"bencode": "^0.7.0",
"binary-search-tree": "0.2.x",
"bittorrent-dht": "3.x.x",
"byline": "4.2.x",
"duplexify": "3.x.x",
"entry": "0.4.0",
"es6-map": "0.1.x",
"feedparser": "0.19.x",
"gunzip-maybe": "1.2.x",
"hat": "0.0.x",
"ip": "^0.3.0",
"level": "1.x.x",
"level-sublevel": "6.4.x",
"lodash": "3.10.x",
"minimist": "1.x.x",
"mkdirp": "0.5.x",
"multi-master-merge": "2.4.x",
"name-to-imdb": "^1.0.1",
"nat-pmp": "0.0.x",
"needle": "0.x.x",
"node-ssdp": "2.5.x",
"parse-torrent": "5.x.x",
"peer-search": "0.6.x",
"q": "^1.4.1",
"sift": "^2.0.9",
"stremio-addons": "^1.31.0",
"torrent-stream": "^1.0.0",
"unzip": ">=0.1.9",
"video-name-parser": "^1.0.1",
"xml-stream": ">=0.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jsbeautifier": "^0.2.10",
"load-grunt-tasks": "^3.2.0",
"tape": "4.x.x"
},
"homepage": "https://github.com/Ivshti/multipass-torrent"
}