summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/minimatch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/minimatch/package.json')
-rw-r--r--deps/npm/node_modules/minimatch/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/deps/npm/node_modules/minimatch/package.json b/deps/npm/node_modules/minimatch/package.json
new file mode 100644
index 0000000000..b83bebb91b
--- /dev/null
+++ b/deps/npm/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": "0.0.4",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/minimatch.git"
+ },
+ "main": "minimatch.js",
+ "scripts": {
+ "test": "tap test"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "bundleDependencies": [
+ "lru-cache"
+ ],
+ "dependencies": {
+ "lru-cache": "~1.0.2"
+ },
+ "devDependencies": {
+ "tap": "~0.0.5"
+ },
+ "licenses" : [
+ {
+ "type" : "MIT",
+ "url" : "http://github.com/isaacs/minimatch/raw/master/LICENSE"
+ }
+ ]
+}