mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-18 10:53:49 +01:00
Drop bower.json
This commit is contained in:
parent
a7257c3aea
commit
2cfc22b817
1 changed files with 0 additions and 24 deletions
24
bower.json
24
bower.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"name": "pako",
|
|
||||||
"main": "dist/pako.js",
|
|
||||||
"homepage": "https://github.com/nodeca/pako",
|
|
||||||
"authors": [
|
|
||||||
"Andrei Tuputcyn <Andrew.Tupitsin@gmail.com>",
|
|
||||||
"Vitaly Puzrin <vitaly@rcdesign.ru>"
|
|
||||||
],
|
|
||||||
"description": "deflate / inflate / gzip for browser - very fast zlib port",
|
|
||||||
"keywords": ["zlib", "deflate", "inflate", "gzip"],
|
|
||||||
"license": "MIT",
|
|
||||||
"ignore": [
|
|
||||||
"**/.*",
|
|
||||||
"node_modules",
|
|
||||||
"bower_components",
|
|
||||||
"examples",
|
|
||||||
"test",
|
|
||||||
"Makefile",
|
|
||||||
"index*",
|
|
||||||
"lib",
|
|
||||||
"benchmark",
|
|
||||||
"coverage"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue