{
  "name": "htmlsourcesscanner",
  "description": "Scans a html file for its included sources",
  "version": "0.1.3",
  "homepage": "https://github.com/mjongh/htmlSourcesScanner",
  "author": {
    "name": "Marco de Jongh",
    "email": "m.jongh88@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/marcodejongh/htmlsourcesscanner.git"
  },
  "bugs": {
    "url": "https://github.com/marcodejongh/htmlsourcesscanner/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/marcodejongh/htmlsourcesscanner/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/htmlsourcesscanner",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt nodeunit"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.1"
  },
  "keywords": [],
  "dependencies": {
    "lodash-node": "~2.4.1"
  }
}
