Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / glob-whatev / node_modules / minimatch / node_modules / lru-cache / package.json
1 {
2   "name": "lru-cache",
3   "description": "A cache object that deletes the least-recently-used items.",
4   "version": "2.0.4",
5   "author": {
6     "name": "Isaac Z. Schlueter",
7     "email": "i@izs.me"
8   },
9   "scripts": {
10     "test": "tap test"
11   },
12   "main": "lib/lru-cache.js",
13   "repository": {
14     "type": "git",
15     "url": "git://github.com/isaacs/node-lru-cache.git"
16   },
17   "devDependencies": {
18     "tap": ""
19   },
20   "license": {
21     "type": "MIT",
22     "url": "http://github.com/isaacs/node-lru-cache/raw/master/LICENSE"
23   },
24   "_id": "lru-cache@2.0.4",
25   "contributors": [
26     {
27       "name": "Isaac Z. Schlueter",
28       "email": "i@izs.me"
29     },
30     {
31       "name": "Carlos Brito Lage",
32       "email": "carlos@carloslage.net"
33     },
34     {
35       "name": "Marko Mikulicic",
36       "email": "marko.mikulicic@isti.cnr.it"
37     },
38     {
39       "name": "Trent Mick",
40       "email": "trentm@gmail.com"
41     },
42     {
43       "name": "Kevin O'Hara",
44       "email": "kevinohara80@gmail.com"
45     },
46     {
47       "name": "Marco Rogers",
48       "email": "marco.rogers@gmail.com"
49     },
50     {
51       "name": "Jesse Dailey",
52       "email": "jesse.dailey@gmail.com"
53     }
54   ],
55   "dependencies": {},
56   "optionalDependencies": {},
57   "engines": {
58     "node": "*"
59   },
60   "_engineSupported": true,
61   "_npmVersion": "1.1.21",
62   "_nodeVersion": "v0.6.18",
63   "_defaultsLoaded": true,
64   "_from": "lru-cache@~2.0.0"
65 }