{
  "name": "broccoli-test-helpers",
  "version": "0.0.9",
  "description": "Test helpers for broccoli",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/chadhietala/broccoli-test-helpers"
  },
  "scripts": {
    "test": "mocha tests/*-test.js"
  },
  "keywords": [
    "broccoli"
  ],
  "author": "Chad Hietala",
  "license": "MIT",
  "dependencies": {
    "broccoli": "^0.16.2",
    "rsvp": "^3.0.17",
    "walk-sync": "^0.2.6"
  }
}
