{
	"name": "bjork_restrain",
	"version": "2.0.12",
	"description": "Dobounce, Throttle & Iteration - A repository containing an object, Restrain, holding three instances: dobounce, throttle and iteration.",
	"main": "index.js",
	"scripts": {
		"doc": "jsdoc -c jsdoc.json",
		"test": "jest"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/EmilEinarsen/bjork_restrain.git"
	},
	"keywords": [
		"Restrain",
		"Debounce",
		"Throttle",
		"Iteration"
	],
	"author": "Emil O. Einarsen",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/EmilEinarsen/bjork_restrain/issues"
	},
	"homepage": "https://github.com/EmilEinarsen/bjork_restrain#readme",
	"devDependencies": {
		"jest": "^26.4.2"
	}
}
