{
  "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": "44gatti@gmail.com"
  }
  , "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"
  }
}
