2011-09-05 13:44:26 +01:00
|
|
|
{
|
2011-12-07 11:55:04 +00:00
|
|
|
"name": "bloomfilter",
|
2011-12-07 12:07:10 +00:00
|
|
|
"version": "0.0.5",
|
2011-09-05 13:44:26 +01:00
|
|
|
"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"
|
|
|
|
},
|
2011-12-07 11:55:04 +00:00
|
|
|
"main": "bloomfilter.js",
|
2011-12-07 12:07:10 +00:00
|
|
|
"devDependencies": {
|
2011-12-06 23:31:54 +00:00
|
|
|
"vows": "0.6.0"
|
2011-12-07 12:07:10 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "./node_modules/vows/bin/vows"
|
2011-09-05 13:44:26 +01:00
|
|
|
}
|
|
|
|
}
|