{
  "name": "chital",
  "version": "0.4.0",
  "description": "chital - Scrape web pages for groups of articles",
  "main": "./",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --ui bdd test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anmonteiro/mns.git"
  },
  "devDependencies": {
    "chai": ">=3.4.x",
    "coveralls": "^2.11.4",
    "istanbul": ">=0.4.0",
    "mocha": ">=2.3.3",
    "mocha-lcov-reporter": ">=1.0.0",
    "nock": ">=2.17.0",
    "supertest": ">=1.1.0"
  },
  "dependencies": {
    "cheerio": "^0.19.0",
    "request": ">=2.65.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "author": "António Nuno Monteiro <anmonteiro@gmail.com> (http://anmonteiro.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anmonteiro/mns/issues"
  },
  "homepage": "https://github.com/anmonteiro/mns"
}
