You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
435 B
23 lines
435 B
{
|
|
"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"
|
|
}
|
|
}
|