{
  "name": "htmlp_parse",
  "version": "1.0.1",
  "description": "",
  "main": "_/index.js",
  "scripts": {
    "build": "coffee -c _/index.coffee && coffee -c _/tests.coffee",
    "test": "coffee -c _/index.coffee && coffee -c _/tests.coffee && node _/tests.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^0.19.0",
    "underscore": "^1.8.3",
    "underscore-contrib": "^0.3.0"
  }
}
