| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", |
| "dependencies": { |
| "brace-expansion": "^1.1.7" |
| }, |
| "description": "a glob matcher in javascript", |
| "devDependencies": { |
| "tap": "^10.3.2" |
| }, |
| "engines": { |
| "node": "*" |
| }, |
| "files": [ |
| "minimatch.js" |
| ], |
| "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" |
| } |