Skip to content

Commit

Permalink
Add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
polygonplanet committed Oct 6, 2015
1 parent 3198c20 commit 370dbd9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ npm install -g lzjs
var lzjs = require('lzjs');
```

### bower:

```bash
bower install lzjs
```

## Usage

### compress/decompress
Expand Down
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "lzjs",
"main": "lzjs.js",
"version": "1.3.0",
"homepage": "https://github.com/polygonplanet/lzjs",
"authors": [
"polygonplanet <polygon.planet.aqua@gmail.com>"
],
"description": "Compression by LZ algorithm in JavaScript.",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"compression",
"lz77",
"lzss",
"base64",
"string"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 370dbd9

Please sign in to comment.