-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.4 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
{
"name": "kat-api",
"version": "0.0.3",
"description": "KAT (Kickass) api wrapper with mirror fallback and advanced search parameters.",
"main": "index.js",
"license": "GPL-3.0",
"bugs": {
"url": "https://git.popcorntime.io/popcorntime/kat-api/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"request": "^2.55.0",
"q": "2.0.3",
"urijs": "^1.18.1"
},
"repository": {
"type": "git",
"url": "https://git.popcorntime.io/popcorntime/kat-api.git"
},
"keywords": [
"kat",
"kickass",
"api",
"torrent",
"json",
"search"
],
"author": {
"name": "Popcorn Time",
"email": "[email protected]"
},
"gitHead": "e97650d180209c4ba50fe03fe932a0954c601e62",
"_id": "[email protected]",
"_shasum": "7b0c67704ccdf00e0f81c2f5abd71793d561b9ae",
"_from": "kat-api@>=0.0.0 <1.0.0",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.1",
"_npmUser": {
"name": "popcorntime",
"email": "[email protected]"
},
"dist": {
"shasum": "7b0c67704ccdf00e0f81c2f5abd71793d561b9ae",
"tarball": "http://registry.npmjs.org/kat-api/-/kat-api-0.0.3.tgz"
},
"maintainers": [
{
"name": "popcorntime",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/kat-api/-/kat-api-0.0.3.tgz",
"readme": "ERROR: No README data found!"
}