-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 872 Bytes
/
package.json
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
34
35
36
37
38
39
40
41
42
{
"name": "spider2",
"version": "0.0.7",
"description": "A 2nd generation spider to crawl any article site, automatic reading title and content.",
"main": "./lib/spider.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/Tjatse/spider2.git"
},
"keywords": [
"crawl",
"crawling",
"spider",
"spidering",
"readability",
"scrape"
],
"author": "Tjatse",
"license": "Apache, Version 2.0",
"bugs": {
"url": "https://github.com/Tjatse/spider2/issues"
},
"engines": [
"node >= 0.8.0"
],
"dependencies": {
"cheerio":"~0.19.0",
"lodash":"~3.10.1",
"read-art":"^0.4.2",
"req-fast": "^0.2.9",
"async":"~1.5.0",
"chalk": "~1.1.1",
"urijs":"~1.17.0"
},
"devDependencies": {
"mocha": "1.21.4",
"chai": "1.9.1"
},
"readmeFilename": "README.md"
}