1 Star 0 Fork 259

多多de棉花糖/neocrawler

forked from Cherokee/neocrawler 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name" : "neocrawler",
"description" : "Nodejs Distribute Crawler",
"keywords": [
"nodejs",
"crawler",
"phantomjs"
],
"author" : {
"name" : "James",
"email" : "successage@gmail.com",
"url" : "http://my.oschina.net/waterbear/blog"
},
"version" : "2.0.0",
"main" : "./run.js",
"bin" : {
"run" : "./run.js"
},
"repository": {
"type": "git",
"url": "http://git.oschina.net/dreamidea/neocrawler.git"
},
"dependencies": {
"log4js": "0.6.9",
"optimist": "0.6.0",
"redis" : "0.9.0",
"cheerio" : "0.12.4",
"iconv-lite":"0.2.11",
"bufferhelper":"0.2.0",
"async":">=0.2.10",
"request":"2.33.0",
"thrift":"0.9.1",
"hbase":"0.1.6",
"protobufjs": "^2.2.1",
"zookeeper-watcher": "^0.2.0",
"readable-stream": "^1.0.26-4",
"debug": "^1.0.0",
"ejs" : "0.8.5",
"express" : "3.3.4",
"stylus" : "0.40.3",
"mysql":"2.0.0",
"mongodb":">=1.4.0-rc8"
},
"scripts" : {
"start" : "node run.js",
"test" : "node test/test.js"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hugcoday/neocrawler.git
git@gitee.com:hugcoday/neocrawler.git
hugcoday
neocrawler
neocrawler
master

搜索帮助