UNPKG

318 BJSONView Raw
1{
2 "name": "bloem",
3 "version": "0.1.0",
4 "author": "Sebastian Wiedenroth <wiedi@frubar.net>",
5 "description": "Bloom Filter using the FNV hash function",
6 "url": "https://github.com/wiedi/node-bloem",
7 "main": "bloem.js",
8 "dependencies": {
9 "fnv": "0.1.x",
10 "bitbuffer": "0.1.x"
11 }
12}
\No newline at end of file