{
  "name": "broccoli-caching-writer",
  "version": "2.3.1",
  "description": "Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.",
  "main": "index.js",
  "author": "Robert Jackson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ember-cli/broccoli-caching-writer.git"
  },
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha --no-timeouts debug tests/"
  },
  "keywords": [
    "broccoli-plugin",
    "javascript"
  ],
  "dependencies": {
    "broccoli-kitchen-sink-helpers": "^0.2.5",
    "broccoli-plugin": "1.1.0",
    "debug": "^2.1.1",
    "rimraf": "^2.2.8",
    "rsvp": "^3.0.17",
    "walk-sync": "^0.2.5"
  },
  "devDependencies": {
    "broccoli": "^0.16.9",
    "chai": "^3.2.0",
    "chai-as-promised": "^5.1.0",
    "chai-files": "^1.2.0",
    "mocha": "^2.2.5",
    "mocha-jshint": "~2.2.3"
  }
}
