{
  "name": "broccoli-string-replace",
  "version": "0.1.2",
  "description": "Broccoli plugin to replace a matched string with a replacement.",
  "main": "index.js",
  "author": "Robert Jackson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rwjblue/broccoli-string-replace.git"
  },
  "scripts": {
    "test": "mocha tests/"
  },
  "keywords": [
    "broccoli-plugin",
    "javascript"
  ],
  "dependencies": {
    "broccoli-persistent-filter": "^1.1.5",
    "minimatch": "^3.0.3"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "broccoli": "~0.9.0",
    "expect.js": "~0.3.1"
  }
}
