Skip to content

Commit

Permalink
Updated package.json and re-published to npmjs.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Dec 20, 2011
1 parent fccdb36 commit ab9c6b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
@@ -1,17 +1,19 @@
{
"name": "lzw-async",
"description": "Asynchronous implementation of Lempel-Ziv-Welch (LZW) compression.",
"version": "0.1.1",
"author": "hiddentao",
"version": "0.1.2",
"author": "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)",
"contributors": [ "Ramesh Nair <ram@hiddentao.com> (http://www.hiddentao.com/)" ],
"keywords": ["compression", "lzw", "async"],
"licenses":
[{
"type": "mit",
"url": "https://github.com/hiddentao/lzw-async/blob/master/LICENSE"
}],
"repository": {
"type" : "git",
"url": "http://github.com/hiddentao/lzw-async.git"
"url": "https://github.com/hiddentao/lzw-async.git"
},
"engine" : [ "node >=0.1.102" ],
"engine" : [ "node >= 0.1.102" ],
"main" : "./lzw-async.js"
}

0 comments on commit ab9c6b5

Please sign in to comment.