{
  "name": "tfilter",
  "description": "selectively run browserify transforms using globs or a filter function",
  "version": "1.0.1",
  "author": "Renée Kooi <renee@kooi.me>",
  "bugs": {
    "url": "https://github.com/goto-bus-stop/tfilter/issues"
  },
  "dependencies": {
    "defined": "^1.0.0",
    "minimatch": "^3.0.4",
    "resolve": "^1.5.0",
    "shallow-copy": "0.0.1"
  },
  "devDependencies": {
    "browserify": "^14.5.0",
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/goto-bus-stop/tfilter",
  "keywords": [
    "browserify",
    "exclude",
    "filter",
    "globs",
    "include",
    "transform"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/goto-bus-stop/tfilter.git"
  },
  "scripts": {
    "test": "standard && tape test/index.js"
  }
}
