aboutsummaryrefslogtreecommitdiff
path: root/node_modules/minimatch/package.json
blob: ec4b9fd8816ac068cb23ccdd581d8780ad3a825f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
  "name": "minimatch",
  "description": "a glob matcher in javascript",
  "version": "3.0.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "main": "minimatch.js",
  "scripts": {
    "posttest": "standard minimatch.js test/*.js",
    "test": "tap test/*.js"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "brace-expansion": "^1.0.0"
  },
  "devDependencies": {
    "standard": "^3.7.2",
    "tap": "^5.6.0"
  },
  "license": "ISC",
  "files": [
    "minimatch.js"
  ]
}