{
	"name": "moolb",
	"version": "0.1.1",
	"description": "Simple bloom filter with pluggable hash backend",
	"main": "dist/index.js",
	"directories": {
		"tests": "new_test"
	},
	"files": [
		"moolb"
	],
	"dependencies": {
		"mocha": "^7.2.0"
	},
	"scripts": {
		"test": "mocha --reporter spec ./tests"
	},
	"repository": {
		"type": "git",
		"url": "https://gitlab.com/nolash/block-syncer-js"
	},
	"author": "Louis Holbrook <npm@holbrook.no> (https://holbrook.no)",
	"license": "GPL-3.0-or-later",
	"engine": {
		"node": "^12.0.0"
	}
}
