{
  "name": "node-article-extractor",
  "version": "1.1.2",
  "description": "A web page content extractor",
  "homepage": "https://github.com/ahkimkoo/node-article-extractor",
  "keywords": [
    "content extraction",
    "html",
    "scraping",
    "scrape",
    "web page",
    "body text"
  ],
  "author": {
    "name": "Cherokee Liu",
    "email": "successage@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ahkimkoo/node-article-extractor"
  },
  "bugs": "https://github.com/ahkimkoo/node-article-extractor/issues",
  "engines": {
    "node": "0.8.x || 0.9.x || 0.10.x"
  },
  "main": "lib/unfluff.js",
  "directories": {
    "bin": "bin",
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "cheerio": "~0.22.0",
    "lodash": "~4.17.4",
    "nodejieba": "^2.2.5",
    "optimist": "~0.6.1",
    "xregexp": "~3.2.0"
  },
  "devDependencies": {
    "commonjs-everywhere": "0.9.x",
    "mocha": "~3.4.1",
    "scopedfs": "~0.1.0",
    "semver": "~5.3.0",
    "deep-equal": "~1.0.1"
  },
  "scripts": {
    "test": "make test"
  },
  "licenses": [
    {
      "type": "Apache",
      "url": "https://github.com/ahkimkoo/node-article-extractor/blob/master/LICENSE"
    }
  ]
}
