UNPKG

586 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.14",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/isaacs/minimatch.git"
9 },
10 "main": "minimatch.js",
11 "scripts": {
12 "test": "tap test/*.js"
13 },
14 "engines": {
15 "node": "*"
16 },
17 "dependencies": {
18 "lru-cache": "2",
19 "sigmund": "~1.0.0"
20 },
21 "devDependencies": {
22 "tap": ""
23 },
24 "license": {
25 "type": "MIT",
26 "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
27 }
28}