mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 03:11:04 +01:00
24 lines
977 B
JSON
24 lines
977 B
JSON
{
|
|
"name" : "pako",
|
|
"description" : "zlib port to javascript - fast, modularized, with browser support.",
|
|
"version" : "0.0.0",
|
|
"keywords" : [ "zlib", "deflate", "inflate" ],
|
|
"homepage" : "https://github.com/nodeca/pako",
|
|
|
|
"contributors" : [ "Andrei Tuputcyn (https://github.com/andr83)",
|
|
"Vitaly Puzrin (https://github.com/puzrin)" ],
|
|
|
|
"bugs" : { "url": "https://github.com/nodeca/pako/issues" },
|
|
"license" : { "type": "MIT", "url": "https://github.com/nodeca/pako/blob/master/LICENSE" },
|
|
"repository" : { "type": "git", "url": "git://github.com/nodeca/pako.git" },
|
|
|
|
"main" : "./index.js",
|
|
|
|
"devDependencies" : {
|
|
"mocha": "*",
|
|
"benchmark": "*",
|
|
"ansi": "*",
|
|
"lodash": "2.4.1",
|
|
"async": "0.2.10"
|
|
}
|
|
}
|