lw5
Version:
Rotten Tomatoes Scraper
32 lines (31 loc) • 680 B
JSON
{
"dependencies": {
"axios": "^0.15.3",
"cheerio": "^0.22.0"
},
"name": "lw5",
"description": "Rotten Tomatoes Scraper",
"version": "2.0.5",
"main": "index.js",
"devDependencies": {
"tape": "^4.6.3"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moe-szyslak/Lethal-Weapon-5.git"
},
"keywords": [
"rotten",
"tomatoes",
"scraper"
],
"author": "Moe Szyslak <moe.duffdude@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/moe-szyslak/Lethal-Weapon-5/issues"
},
"homepage": "https://github.com/moe-szyslak/Lethal-Weapon-5#readme"
}