Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstein committed Feb 5, 2012
1 parent 05383bb commit eab617d
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions package.json
@@ -1,23 +1,15 @@
{
"name": "bit-array",
"description": "JavaScript implementation of bit arrays.",
"version": "0.1.1",
"licenses": [{
"type": "new BSD",
"url": "http://www.bramstein.com/licenses/BSD.txt"
}],
"maintainers": [{
"name": "Bram Stein",
"web": "http://www.bramstein.com/",
"email": "b.l.stein@gmail.com"
}],
"repositories": [{
"description": "JavaScript implementation of bit arrays",
"version": "0.1.2",
"author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",
"repository": {
"type": "git",
"url": "http://github.com/bramstein/bit-array"
}],
"dependencies": [
],
"url": "git://github.com/bramstein/bit-array.git"
},
"keywords": ["bit array", "bit-array", "bit vector", "bitset", "bitmap", "bitstring"],
"main": "./lib/bit-array.js",
"directories": {
"lib": "lib"
"lib": "./lib"
}
}

0 comments on commit eab617d

Please sign in to comment.