-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "asino"
, "version": "0.3.3"
, "description": "Asino, a stubborn, simple and fast Bloom filter for the rest of us."
, "homepage": "https://github.com/rootslab/asino"
, "private": false
, "repository": {
"type": "git"
, "url": "git://github.com/rootslab/asino.git"
}
, "keywords": [
"asino"
, "bloom"
, "bloom-filter"
, "random"
, "hash"
, "universal hashing"
]
, "author": {
"name": "Guglielmo Ferri"
, "email": "[email protected]"
}
, "dependencies": {
"bolgia" : ">=2.8.0"
, "hazz" : ">=0.5.3"
, "mazz" : ">=0.2.0"
, "toni" : ">=0.6.1"
},
"devDependencies": {
"dado" : ">=0.2.0"
, "bop" : ">=2.1.3"
}
, "main": "index"
, "engines": {
"node": ">=0.10.x"
}
, "scripts": {
"test": "node test/run.js"
}
, "license": "MIT"
, "readmeFilename": "Readme.md"
, "bugs": {
"url": "https://github.com/rootslab/asino/issues"
}
}