Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / rimraf / node_modules / graceful-fs / package.json
1 {
2   "author": {
3     "name": "Isaac Z. Schlueter",
4     "email": "i@izs.me",
5     "url": "http://blog.izs.me"
6   },
7   "name": "graceful-fs",
8   "description": "fs monkey-patching to avoid EMFILE and other problems",
9   "version": "1.1.14",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/isaacs/node-graceful-fs.git"
13   },
14   "main": "graceful-fs.js",
15   "engines": {
16     "node": ">=0.4.0"
17   },
18   "directories": {
19     "test": "test"
20   },
21   "scripts": {
22     "test": "tap test/*.js"
23   },
24   "keywords": [
25     "fs",
26     "EMFILE",
27     "error",
28     "handling",
29     "monkeypatch"
30   ],
31   "license": "BSD",
32   "_id": "graceful-fs@1.1.14",
33   "dependencies": {},
34   "devDependencies": {},
35   "optionalDependencies": {},
36   "_engineSupported": true,
37   "_npmVersion": "1.1.21",
38   "_nodeVersion": "v0.6.18",
39   "_defaultsLoaded": true,
40   "_from": "graceful-fs@~1.1"
41 }