UNPKG

bandcamp-scraper

Version:
48 lines (47 loc) 1.04 kB
{ "name": "bandcamp-scraper", "version": "1.5.0", "description": "A scraper for https://bandcamp.com", "main": "lib/index.js", "scripts": { "test": "standard && jasmine", "lint": "standard", "lint-fix": "standard --fix" }, "repository": { "type": "git", "url": "https://github.com/masterT/bandcamp-scraper" }, "author": "Simon Thiboutôt <salut@simonthiboutot.com> (http://simonthiboutot.com)", "license": "MIT", "bugs": { "url": "https://github.com/masterT/bandcamp-scraper/issues" }, "homepage": "https://github.com/masterT/bandcamp-scraper", "devDependencies": { "jasmine": "^2.8.0", "standard": "^16.0.3" }, "dependencies": { "ajv": "^4.11.8", "cheerio": "^0.22.0", "json5": "^0.5.1", "linez": "^4.1.4", "scrape-it": "^3.3.2", "tinyreq": "^3.2.5" }, "directories": { "example": "examples" }, "keywords": [ "scraper", "api", "bandcamp", "music", "resources", "album", "song", "product", "fan" ] }