Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ukyo committed Jan 15, 2014
1 parent 10e8860 commit fb44d42
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "jsziptools",
"main": "jsziptools.js",
"version": "2.4.0",
"homepage": "https://github.com/ukyo/jsziptools",
"authors": [
"ukyo <[email protected]>"
],
"description": "zip for browser",
"keywords": [
"zlib",
"gzip",
"zip"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit fb44d42

Please sign in to comment.