{
  "name": "broccoli-file-creator",
  "version": "2.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-plugin": "^1.1.0",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "broccoli": "^0.16.7",
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "rimraf": "~2.2.6"
  },
  "engines": {
    "node": "^4.5 || 6.* || >= 7.*"
  }
}
