forked from ChrisAlderson/kat-api-pt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 866 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 866 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@pct-org/kat-api-pt",
"version": "4.0.1",
"description": "A KickassTorrents API wrapper.",
"keywords": [
"api",
"kat",
"kickass",
"popcorn",
"torrent"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pct-org/kat-api-pt.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint {examples,test}/** *.js",
"test": "nyc -r=text -r=lcov mocha --timeout 15000 --exit"
},
"dependencies": {
"bytes": "^3.0.0",
"cheerio": "^1.0.0-rc.2",
"debug": "^3.1.0",
"got": "^8.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-vixo": "^2.0.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1"
},
"engines": {
"node": ">=6.3.0"
}
}