{
  "name": "html-to-json",
  "version": "0.6.0",
  "description": "Parses HTML strings into objects using flexible, composable filters.",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/jshint ./lib/* ./test/*; node_modules/.bin/mocha"
  },
  "author": "Eric Weber <eric@prolificinteractive.com",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.0.6",
    "cheerio": "^0.19.0",
    "lodash": "^3.10.1",
    "request": "^2.67.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prolificinteractive/node-html-to-json"
  },
  "devDependencies": {
    "express": "^4.10.4",
    "mocha": "^2.3.4",
    "should": "^7.1.1"
  }
}
