UNPKG

959 BJSONView Raw
1{
2 "name": "anime-scraper",
3 "version": "3.1.2",
4 "description": "Scrapes information from Gogo Anime to get Anime, Episode & Video information & urls.",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "ava test/**/*.test.js --verbose",
8 "test-coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
9 },
10 "nyc": {
11 "exclude": [
12 "libs/**/*.js",
13 "test/**/*.js"
14 ]
15 },
16 "dependencies": {
17 "bluebird": "^3.5.0",
18 "bottleneck": "^1.15.1",
19 "cheerio": "^0.22.0",
20 "cloudscraper": "^1.4.1",
21 "debug": "^2.6.6",
22 "got": "^6.7.1",
23 "lodash": "^4.17.4",
24 "path": "^0.12.7"
25 },
26 "devDependencies": {
27 "ava": "^0.19.1",
28 "coveralls": "^2.13.1",
29 "eslint": "^4.19.1",
30 "eslint-config-airbnb-base": "^11.2.0",
31 "eslint-plugin-import": "^2.2.0",
32 "expect.js": "^0.3.1",
33 "nyc": "^10.3.2"
34 },
35 "author": "roflmuffin",
36 "license": "ISC"
37}