NekopoiScrapper/package.json
2019-01-19 01:49:22 +07:00

22 lines
465 B
JSON

{
"name": "NekopoiScrapper",
"version": "1.0.0",
"description": "Scrapper for nekopoi",
"main": "./NekopoiScrapper/index.js",
"scripts": {
"start": "node ./example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/moepoi/NekopoiScrapper.git"
},
"author": {
"name": "moepoi",
"email": "moepoi@protonmail.com"
},
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2"
}
}