-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "crawlit",
"version": "0.2.0",
"description": " A node.js crawler support custom crawl rules for special site with a plugin.",
"main": "lib/index.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"iconv-lite": "*",
"charset": "*",
"needle": "~0.7.*",
"cheerio": "*"
},
"devDependencies": {
"connect": "~2.x"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/mxfli/crawler.git"
},
"keywords": [
"crawler", "crawl", "spidder"
],
"author": "Inaction",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxfli/crawler/issues"
},
"homepage": "https://github.com/mxfli/crawler"
}