{
  "name": "readability-js",
  "version": "1.0.7",
  "author": "Dumitru Cantea",
  "description": "Turning any web page into a clean view.",
  "homepage": "https://github.com/Ournet/readability-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/Ournet/readability-js.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec -t 4000",
    "lint": "eslint ."
  },
  "main": "./src/readability",
  "licenses": [
    {
      "type": "Apache License 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "dependencies": {
    "cheerio": "^0.19.0",
    "encoding": "~0.1.7",
    "request": "~2.40.0"
  },
  "engines": [
    "node >=0.8.0"
  ],
  "keywords": [
    "readability"
  ],
  "devDependencies": {
    "mocha": "~1.8.2",
    "nock": "^7.7.3",
    "should": "^7.1.0"
  }
}
