{
  "name": "scour",
  "preferGlobal": false,
  "version": "0.0.9",
  "author": "Ryan Billingsley <ryanbbillingsley@gmail.com>",
  "description": "parses html files to remove click tags",
  "license": "MIT",
  "dependencies": {
    "lodash": "*",
    "findit": "*"
  },
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "jasmine-node": "*",
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-jasmine": "~0.4.2"
  },
  "readmeFilename": "Readme.md",
  "gitHead": "9e60b52732f8bea23fa2a66a39ecf06771f930c2",
  "main": "main.js",
  "scripts": {
    "test": "istanbul cover jasmine-node . --color"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/baminteractive/scour.git"
  },
  "keywords": [
    "omniture",
    "tracking"
  ]
}
