{
  "name": "broccoli-file-creator",
  "version": "1.1.1",
  "description": "Broccoli plugin to create a file.",
  "main": "index.js",
  "author": "Robert Jackson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rjackson/broccoli-file-creator.git"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha debug tests/"
  },
  "keywords": [
    "broccoli-plugin",
    "javascript"
  ],
  "dependencies": {
    "broccoli-kitchen-sink-helpers": "~0.2.0",
    "broccoli-plugin": "^1.1.0",
    "broccoli-writer": "~0.1.1",
    "mkdirp": "^0.5.1",
    "rsvp": "~3.0.6",
    "symlink-or-copy": "^1.0.1"
  },
  "devDependencies": {
    "broccoli": "^0.16.7",
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "rimraf": "~2.2.6"
  }
}
