Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / glob-whatev / node_modules / minimatch / package.json
1 {
2   "author": {
3     "name": "Isaac Z. Schlueter",
4     "email": "i@izs.me",
5     "url": "http://blog.izs.me"
6   },
7   "name": "minimatch",
8   "description": "a glob matcher in javascript",
9   "version": "0.2.9",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/isaacs/minimatch.git"
13   },
14   "main": "minimatch.js",
15   "scripts": {
16     "test": "tap test"
17   },
18   "engines": {
19     "node": "*"
20   },
21   "dependencies": {
22     "lru-cache": "~2.0.0",
23     "sigmund": "~1.0.0"
24   },
25   "devDependencies": {
26     "tap": ""
27   },
28   "license": {
29     "type": "MIT",
30     "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
31   },
32   "_id": "minimatch@0.2.9",
33   "optionalDependencies": {},
34   "_engineSupported": true,
35   "_npmVersion": "1.1.21",
36   "_nodeVersion": "v0.6.18",
37   "_defaultsLoaded": true,
38   "_from": "minimatch@~0.2.5"
39 }