transform-filter
Version:
Filter which files your browserify transforms will affect using glob patterns
42 lines (41 loc) • 943 B
JSON
{
"name": "transform-filter",
"version": "0.1.1",
"description": "Filter which files your browserify transforms will affect using glob patterns",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jamestalmage/transform-filter.git"
},
"keywords": [
"browserify",
"transform",
"filter",
"include",
"exclude",
"glob",
"pattern"
],
"author": "James Talmage",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamestalmage/transform-filter/issues"
},
"homepage": "https://github.com/jamestalmage/transform-filter",
"devDependencies": {
"chai": "^2.0.0",
"istanbul": "^0.3.6",
"mocha": "^2.1.0",
"proxyquire": "^1.3.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"multimatch": "^2.0.0",
"through": "^2.3.6"
}
}