aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp/node_modules/minimatch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp/node_modules/minimatch/package.json')
-rw-r--r--node_modules/gulp/node_modules/minimatch/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/node_modules/gulp/node_modules/minimatch/package.json b/node_modules/gulp/node_modules/minimatch/package.json
new file mode 100644
index 000000000..28c5cca96
--- /dev/null
+++ b/node_modules/gulp/node_modules/minimatch/package.json
@@ -0,0 +1,32 @@
+{
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
+ "name": "minimatch",
+ "description": "a glob matcher in javascript",
+ "version": "2.0.10",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/minimatch.git"
+ },
+ "main": "minimatch.js",
+ "scripts": {
+ "posttest": "standard minimatch.js test/*.js",
+ "test": "tap test/*.js",
+ "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "dependencies": {
+ "brace-expansion": "^1.0.0"
+ },
+ "devDependencies": {
+ "browserify": "^9.0.3",
+ "standard": "^3.7.2",
+ "tap": "^1.2.0"
+ },
+ "license": "ISC",
+ "files": [
+ "minimatch.js",
+ "browser.js"
+ ]
+}