forked from ChrisAlderson/eztv-api-pt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 907 Bytes
/
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
{
"name": "@pct-org/eztv-api-pt",
"version": "1.3.6",
"description": "An EZTV API wrapper to get data from eztv.ag.",
"keywords": [
"api",
"eztv",
"popcorn",
"torrent"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pct-org/eztv-api-pt.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint {examples,test}/** *.js",
"pretest": "npm run lint",
"test": "nyc -r=text -r=lcov mocha --timeout 15000 test/**"
},
"dependencies": {
"bytes": "^3.1.0",
"cheerio": "^1.0.0-rc.2",
"debug": "^3.1.0",
"got": "^8.3.1"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"eslint": "^5.0.0-alpha.3",
"eslint-config-vixo": "^2.1.0",
"mocha": "^5.1.1",
"nyc": "^11.7.3"
},
"engines": {
"node": ">=6.3.0"
}
}