node-fblook/package.json

23 lines
435 B
JSON
Raw Permalink Normal View History

2018-09-23 16:07:40 +00:00
{
"name": "node-fblook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"cron": "^1.4.1",
"request": "^2.88.0"
},
"devDependencies": {
"standard": "^12.0.1"
}
}