Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / gzip-js / node_modules / deflate-js / package.json
1 {
2   "author": {
3     "name": "Masanao Izumo",
4     "email": "iz@onicos.co.jp"
5   },
6   "contributors": [
7     {
8       "name": "T. Jameson Little",
9       "email": "t.jameson.little@gmail.com"
10     },
11     {
12       "name": "Dan Kogai",
13       "email": "dankogai+github@gmail.com"
14     }
15   ],
16   "name": "deflate-js",
17   "description": "DEFLATE implemented in JavaScript (works in browser and Node)",
18   "version": "0.2.2",
19   "main": "./index.js",
20   "bin": {
21     "deflate-js": "./bin/deflate.js",
22     "inflate-js": "./bin/inflate.js"
23   },
24   "repository": {
25     "type": "git",
26     "url": "git://github.com/beatgammit/deflate-js.git"
27   },
28   "scripts": {
29     "test": "cd test ; ./runner.py; cd -"
30   },
31   "engines": {
32     "node": ">= 0.4.0"
33   },
34   "dependencies": {},
35   "devDependencies": {
36     "optimist": "~0.2"
37   },
38   "_id": "deflate-js@0.2.2",
39   "optionalDependencies": {},
40   "_engineSupported": true,
41   "_npmVersion": "1.1.21",
42   "_nodeVersion": "v0.6.18",
43   "_defaultsLoaded": true,
44   "_from": "deflate-js@>= 0.2.2"
45 }