bloomfilter.js/package.json

22 lines
482 B
JSON
Raw Normal View History

2011-09-05 13:44:26 +01:00
{
"name": "bloomfilter.js",
"version": "0.0.1",
"description": "Fast bloom filter in JavaScript.",
"keywords": [
"bloom filter",
"probabilistic data structure"
],
"homepage": "https://github.com/jasondavies/bloomfilter.js",
"author": {
"name": "Jason Davies",
"url": "http://www.jasondavies.com/"
},
"repository": {
"type": "git",
"url": "http://github.com/jasondavies/bloomfilter.js.git"
},
"dependencies": {
2011-12-06 23:31:54 +00:00
"vows": "0.6.0"
2011-09-05 13:44:26 +01:00
}
}