UNPKG

619 BJSONView Raw
1{
2 "name": "readabilitySAX",
3 "version": "1.2.0",
4 "description": "the readability script ported to a sax parser",
5 "author": "Felix Boehm <me@feedic.com>",
6 "keywords": ["html", "content extraction", "readability", "instapaper"],
7 "main": "./node/index.js",
8 "engine": "node >= 0.4.0",
9 "repository": {
10 "type": "git"
11 , "url": "git://github.com/fb55/readabilitysax.git"
12 },
13 "dependencies": {
14 "htmlparser2": "2.x.x",
15 "minreq": "0.x.x"
16 },
17 "bin" : {
18 "readability" : "./node/CLI.js"
19 },
20 "scripts": {
21 "test": "node ./tests/test_output.js"
22 }
23}
\No newline at end of file