mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"name": "segmentfault",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "segmentfault_spider.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mongodb": "^3.1.13",
|
|
"puppeteer": "^1.13.0"
|
|
}
|
|
}
|