-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
54 lines (54 loc) · 1.09 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "read-art",
"version": "0.5.6",
"description": "Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/standard && ./node_modules/.bin/mocha -R spec -t 15000"
},
"repository": {
"type": "git",
"url": "git://github.com/Tjatse/read-art.git"
},
"keywords": [
"read",
"scrape",
"grab",
"article",
"spider",
"crawl",
"readable",
"readability"
],
"author": "Tjatse",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tjatse/read-art/issues"
},
"engines": [
"node >= 0.8.0"
],
"dependencies": {
"cheerio": "~0.20.0",
"debug": "~2.2.0",
"entities": "~1.1.1",
"req-fast": "^0.2.14",
"urijs": "^1.18.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"mocha": "2.4.5",
"standard": "^7.0.1"
},
"standard": {
"ignore": [],
"globals": [
"describe",
"it",
"before",
"after"
]
},
"readmeFilename": "README.md"
}