bandcamp-fetch/package.json

31 lines
643 B
JSON
Raw Normal View History

2021-01-19 21:37:31 +01:00
{
"name": "bandcamp-fetch",
2021-01-26 10:24:32 +01:00
"version": "0.1.0a-20210126",
2021-01-19 21:37:31 +01:00
"description": "JS library for scraping Bandcamp content",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/patrickkfkan/bandcamp-fetch.git"
},
"keywords": [
"bandcamp",
"scrape",
"scraper",
"discover",
"album",
"track",
"artist"
],
"author": "Patrick Kan",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"html-entities": "^2.0.2",
2021-01-26 08:58:39 +01:00
"node-cache": "^5.1.2",
2021-01-19 21:37:31 +01:00
"node-fetch": "^2.6.1"
}
}