{
  "name": "broccoli-asset-rewrite",
  "version": "1.1.0",
  "description": "broccoli plugin to rewrite a source tree from an asset map.",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests",
    "test:cover": "istanbul cover ./node_modules/mocha/bin/_mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rickharrison/broccoli-asset-rewrite"
  },
  "keywords": [
    "broccoli",
    "broccoli-plugin",
    "asset",
    "rewrite",
    "fingerprint"
  ],
  "author": "Rick Harrison",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rickharrison/broccoli-asset-rewrite/issues"
  },
  "homepage": "https://github.com/rickharrison/broccoli-asset-rewrite",
  "dependencies": {
    "broccoli-filter": "^1.2.3"
  },
  "devDependencies": {
    "broccoli": "^0.16.9",
    "codecov": "^1.0.1",
    "istanbul": "^0.4.1",
    "mocha": "~3.0.2",
    "walk-sync": "~0.1.2"
  }
}
