Drop bower.json

This commit is contained in:
Vitaly Puzrin 2020-11-07 13:36:44 +03:00
parent a7257c3aea
commit 2cfc22b817

View file

@ -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"
]
}