UNPKG

unfluff

Version:
53 lines (52 loc) 1.13 kB
{ "name": "unfluff", "version": "3.2.0", "description": "A web page content extractor", "homepage": "https://github.com/ageitgey/node-unfluff", "keywords": [ "content extraction", "html", "scraping", "scrape", "web page", "body text" ], "author": { "name": "Adam Geitgey", "email": "ageitgey@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/ageitgey/node-unfluff" }, "bugs": "https://github.com/ageitgey/node-unfluff/issues", "main": "lib/unfluff.js", "directories": { "bin": "bin", "lib": "lib", "test": "test" }, "dependencies": { "cheerio": "~0.22.0", "optimist": "~0.6.1", "lodash": "~4.17.10", "xregexp": "~2.0.0" }, "devDependencies": { "coffee-script-redux": "2.0.0-beta7", "commonjs-everywhere": "0.9.x", "mocha": "~1.12.1", "scopedfs": "~0.1.0", "semver": "~4.3.2", "deep-equal": "~0.2.1" }, "scripts": { "test": "make test" }, "licenses": [ { "type": "Apache", "url": "https://github.com/ageitgey/node-unfluff/blob/master/LICENSE" } ] }