| { |
| "author": { |
| "email": "i@izs.me", |
| "name": "Isaac Z. Schlueter", |
| "url": "http://blog.izs.me" |
| }, |
| "bugs": { |
| "url": "https://github.com/isaacs/minimatch/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "deprecated": false, |
| "description": "a glob matcher in javascript", |
| "devDependencies": { |
| "tap": "^10.3.2" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "files": [ |
| "minimatch.js" |
| ], |
| "homepage": "https://github.com/isaacs/minimatch#readme", |
| "license": "ISC", |
| "main": "minimatch.js", |
| "name": "minimatch", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/isaacs/minimatch.git" |
| }, |
| "scripts": { |
| "postpublish": "git push origin --all; git push origin --tags", |
| "postversion": "npm publish", |
| "preversion": "npm test", |
| "test": "tap test/*.js --cov" |
| }, |
| "version": "3.0.4" |
| } |