{
  "name": "broccoli-stew",
  "version": "1.5.0",
  "description": "foundation of any healthy brocfile",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "mocha tests/*-test.js tests/**/*-test.js",
    "test:debug": "mocha debug tests/*-test.js tests/**/*-test.js",
    "test:watch": "mocha --watch tests/*-test.js tests/**/*-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stefanpenner/broccoli-stew.git"
  },
  "keywords": [
    "broccoli",
    "broccoli-plugin"
  ],
  "author": "Stefan Penner & Robert Jackson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stefanpenner/broccoli-stew/issues"
  },
  "homepage": "https://github.com/stefanpenner/broccoli-stew",
  "dependencies": {
    "broccoli-debug": "^0.6.1",
    "broccoli-funnel": "^1.0.1",
    "broccoli-merge-trees": "^1.0.0",
    "broccoli-persistent-filter": "^1.1.6",
    "broccoli-plugin": "^1.3.0",
    "chalk": "^1.1.3",
    "debug": "^2.4.0",
    "ensure-posix-path": "^1.0.1",
    "fs-extra": "^2.0.0",
    "minimatch": "^3.0.2",
    "resolve": "^1.1.6",
    "rsvp": "^3.0.16",
    "symlink-or-copy": "^1.1.8",
    "walk-sync": "^0.3.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.1",
    "broccoli": "^1.1.0",
    "broccoli-test-helper": "^1.1.0",
    "broccoli-test-helpers": "0.0.9",
    "chai": "^3.5.0",
    "co": "^4.6.0",
    "mocha": "^3.0.0",
    "path-win32": "^1.0.1",
    "rewire": "^2.3.1",
    "sinon": "^2.0.0",
    "whatwg-fetch": "^2.0.2"
  }
}
