-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "katoss",
"version": "1.9.4",
"description": "KickAss Torrents + Open Subtitles Search, also supports Rarbg torrents, Extratorrent, isoHunt torrents & addic7ed subtitles providers",
"keywords": [
"kickass",
"extratorrent",
"isohunt",
"rarbg",
"torrent",
"opensubtitles",
"addic7ed",
"subtitles",
"TV shows"
],
"author": {
"name": "Matthieu Mitrani",
"email": "[email protected]",
"url": "https://github.com/same31"
},
"repository": {
"type": "git",
"url": "https://github.com/same31/katoss.git"
},
"homepage": "https://github.com/same31/katoss",
"bugs": "https://github.com/same31/katoss/issues",
"license": "MIT",
"main": "katoss/Katoss.js",
"dependencies": {
"addic7ed-api": "^1.8.0",
"bencode-js": "0.0.8",
"extratorrentapi": "^1.1.1",
"find": "0.2.9",
"isohunt-api": "^1.1.1",
"kickass-torrent": "0.0.3",
"lodash.sortby": "^4.7.0",
"mkdirp": "^0.5.1",
"query-string": "^4.2.3",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"xmlrpc": "^1.3.2"
},
"devDependencies": {
"eslint-plugin-standard": "^2.0.1"
}
}