{
  "name": "website",
  "version": "0.1.1",
  "description": "A set of tools for extracting information out of a website.",
  "main": "index.js",
  "scripts": {
    "test": "node test/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:akoenig/node-website.git"
  },
  "keywords": [
    "scraping",
    "web"
  ],
  "author": "André König (andre.koenig@gmail.com)",
  "license": "MIT",
  "dependencies": {
    "request": "~2.20.0",
    "cheerio": "~0.11.0"
  },
  "devDependencies": {
      "grunt": "0.4.x",
      "grunt-contrib-jshint": "0.2.x"
  }
}
