Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / glob-whatev / package.json
1 {
2   "name": "glob-whatev",
3   "description": "A quick and dirty file globbing utility based on minimatch.",
4   "version": "0.1.8",
5   "homepage": "http://github.com/cowboy/node-glob-whatev",
6   "author": {
7     "name": "\"Cowboy\" Ben Alman",
8     "url": "http://benalman.com/"
9   },
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/cowboy/node-glob-whatev.git"
13   },
14   "bugs": {
15     "url": "https://github.com/cowboy/node-glob-whatev/issues"
16   },
17   "licenses": [
18     {
19       "type": "MIT",
20       "url": "http://github.com/cowboy/node-glob-whatev/blob/master/LICENSE-MIT"
21     }
22   ],
23   "dependencies": {
24     "minimatch": "~0.2.5"
25   },
26   "devDependencies": {
27     "grunt": "~0.3.11"
28   },
29   "keywords": [
30     "glob",
31     "wildcard",
32     "star",
33     "file",
34     "sync",
35     "synchronous"
36   ],
37   "engines": {
38     "node": ">= 0.6.0"
39   },
40   "main": "lib/glob",
41   "scripts": {
42     "test": "grunt test"
43   },
44   "_id": "glob-whatev@0.1.8",
45   "optionalDependencies": {},
46   "_engineSupported": true,
47   "_npmVersion": "1.1.21",
48   "_nodeVersion": "v0.6.18",
49   "_defaultsLoaded": true,
50   "_from": "glob-whatev@~0.1.4"
51 }