mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 03:11:04 +01:00
24 lines
543 B
JSON
24 lines
543 B
JSON
{
|
|
"name": "pako",
|
|
"main": "dist/pako.js",
|
|
"version": "0.1.1",
|
|
"homepage": "https://github.com/nodeca/pako",
|
|
"authors": [
|
|
"Andrei Tuputcyn <Andrew.Tupitsin@gmail.com>",
|
|
"Vitaly Puzrin <vitaly@rcdesign.ru>"
|
|
],
|
|
"description": "deflate / inflate / gzip for bworser - very fast zlib port",
|
|
"keywords": ["zlib", "deflate", "inflate", "gzip"],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"Makefile",
|
|
"index*",
|
|
"lib",
|
|
"benchmark",
|
|
"coverage"
|
|
]
|
|
}
|