UNPKG

560 BJSONView Raw
1{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3 "name": "minimatch",
4 "description": "a glob matcher in javascript",
5 "version": "0.2.6",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/isaacs/minimatch.git"
9 },
10 "main": "minimatch.js",
11 "scripts": {
12 "test": "tap test"
13 },
14 "engines": {
15 "node": "*"
16 },
17 "dependencies": {
18 "lru-cache": "~2.0.0"
19 },
20 "devDependencies": {
21 "tap": ""
22 },
23 "license": {
24 "type": "MIT",
25 "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
26 }
27}