{
  "name": "redact",
  "version": "0.0.9",
  "description": "Build time feature toggles for browser applications",
  "main": "redact.js",
  "scripts": {
    "test": "grunt jasmine_node"
  },
  "keywords": [
    "feature-toggles",
    "feature",
    "toggles"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/justinwyer/redact.git"
  },
  "bugs": {
    "url": "https://github.com/justinwyer/redact/issues"
  },
  "homepage": "https://github.com/justinwyer/redact",
  "author": "Justin Wyer",
  "license": "MIT",
  "dependencies": {
    "acorn": "~0.4",
    "lodash": "~2.4",
    "cheerio": "~0.13.1"
  },
  "devDependencies": {
    "jasmine-node": "~1.13",
    "grunt-jasmine-node": "~0.1.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.8.0",
    "istanbul": "~0.2.4",
    "grunt-jasmine-node-coverage": "~0.1.7"
  }
}
