bjork_restrain
Version:
Dobounce, Throttle & Iteration - A repository containing an object, Restrain, holding three instances: dobounce, throttle and iteration.
30 lines (29 loc) • 750 B
JSON
{
"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"
}
}