{
  "name": "broccoli-funnel",
  "version": "1.2.0",
  "description": "Broccoli plugin that allows you to filter files selected from an input node down based on regular expressions.",
  "main": "index.js",
  "author": "Robert Jackson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/broccolijs/broccoli-funnel.git"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha tests/",
    "test:debug": "mocha debug tests/",
    "preversion": "npm test",
    "postversion": "git push origin master --follow-tags && npm publish"
  },
  "keywords": [
    "broccoli-plugin",
    "javascript"
  ],
  "dependencies": {
    "array-equal": "^1.0.0",
    "blank-object": "^1.0.1",
    "broccoli-plugin": "^1.3.0",
    "debug": "^2.2.0",
    "exists-sync": "0.0.4",
    "fast-ordered-set": "^1.0.0",
    "fs-tree-diff": "^0.5.3",
    "heimdalljs": "^0.2.0",
    "minimatch": "^3.0.0",
    "mkdirp": "^0.5.0",
    "path-posix": "^1.0.0",
    "rimraf": "^2.4.3",
    "symlink-or-copy": "^1.0.0",
    "walk-sync": "^0.3.1"
  },
  "devDependencies": {
    "broccoli-builder": "^0.18.0",
    "chai": "^3.2.0",
    "fixturify": "^0.3.0",
    "fs-extra": "^0.30.0",
    "mocha": "~3.0.2",
    "mocha-jshint": "2.3.1",
    "rimraf": "^2.3.2",
    "rsvp": "^3.3.1"
  }
}
