diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..480a51c --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "jsziptools", + "main": "jsziptools.js", + "version": "2.4.0", + "homepage": "https://github.com/ukyo/jsziptools", + "authors": [ + "ukyo " + ], + "description": "zip for browser", + "keywords": [ + "zlib", + "gzip", + "zip" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}