historical/nolu.git/package.json
2024-01-16 11:20:27 -06:00

24 lines
577 B
JSON

{
"name": "nolu",
"version": "1.0.0",
"description": "Free *legal* movies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemixaholic/nolu.git"
},
"author": "Samuel Lord",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemixaholic/nolu/issues"
},
"homepage": "https://github.com/nodemixaholic/nolu#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"puppeteer": "^13.3.1",
"request": "^2.88.2"
}
}