31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"author": "Masanao Izumo <iz@onicos.co.jp>",
|
|
"contributors": [
|
|
"T. Jameson Little <t.jameson.little@gmail.com>",
|
|
"Dan Kogai <dankogai+github@gmail.com>"
|
|
],
|
|
"name": "deflate-js",
|
|
"description": "DEFLATE implemented in JavaScript (works in browser and Node)",
|
|
"license": "GPL",
|
|
"version": "0.2.3",
|
|
"main": "./index.js",
|
|
"bin": {
|
|
"deflate-js": "./bin/deflate.js",
|
|
"inflate-js": "./bin/inflate.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/beatgammit/deflate-js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "cd test ; ./runner.py; cd -"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"optimist": "~0.2"
|
|
}
|
|
}
|