{
  "name": "broccoli-fast-browserify",
  "version": "0.2.12",
  "description": "A caching, flexible Browserify filter for Broccoli",
  "main": "index.js",
  "scripts": {
    "test": "faucet test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caleb/broccoli-fast-browserify.git"
  },
  "keywords": [
    "broccoli",
    "broccoli-plugin",
    "plugin",
    "browserify",
    "caching",
    "cache",
    "incremental",
    "bundle"
  ],
  "author": "Caleb Land <caleb@land.fm> (http://github.com/caleb)",
  "license": "3-Clause-BSD",
  "bugs": {
    "url": "https://github.com/caleb/broccoli-fast-browserify/issues"
  },
  "homepage": "https://github.com/caleb/broccoli-fast-browserify",
  "dependencies": {
    "broccoli-kitchen-sink-helpers": "^0.2.5",
    "browserify": "10.2.4",
    "glob": "^4.3.1",
    "lodash": "^2.4.1",
    "mkdirp": "^0.5.0",
    "quick-temp": "^0.1.2",
    "rsvp": "^3.0.14",
    "through2": "^0.6.5",
    "walk-sync": "^0.1.3",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "babelify": "^6.1.1",
    "broccoli": "^0.16.3",
    "broccoli-merge-trees": "^0.2.1",
    "copy-dereference": "^1.0.0",
    "faucet": "0.0.1",
    "jshint": "^2.4.4",
    "tape": "^3.0.3",
    "through": "^2.3.6"
  }
}
