2017-06-20 21:01:20 +03:00
|
|
|
{
|
|
|
|
"name": "lightcrawler",
|
2017-06-23 22:02:37 +03:00
|
|
|
"version": "0.0.9",
|
2017-06-20 21:01:20 +03:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2017-06-20 23:40:54 +03:00
|
|
|
"bin": {
|
|
|
|
"lightcrawler": "./cli.js"
|
|
|
|
},
|
2017-06-20 21:01:20 +03:00
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2017-06-20 23:40:54 +03:00
|
|
|
"async": "^2.4.1",
|
2017-06-20 21:01:20 +03:00
|
|
|
"cheerio": "^1.0.0-rc.1",
|
2017-06-22 01:46:17 +03:00
|
|
|
"colors": "^1.1.2",
|
2017-06-20 21:01:20 +03:00
|
|
|
"lighthouse": "^2.1.0",
|
2017-06-20 23:40:54 +03:00
|
|
|
"simplecrawler": "^1.1.3",
|
|
|
|
"yargs": "^8.0.2"
|
2017-06-20 21:01:20 +03:00
|
|
|
}
|
|
|
|
}
|