21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "just-debounce-it",
|
|
"version": "1.1.0",
|
|
"description": "return a debounced function",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "https://github.com/angus-c/just",
|
|
"keywords": [
|
|
"function",
|
|
"debounce",
|
|
"no-dependencies",
|
|
"just"
|
|
],
|
|
"author": "Eric Nolte and Angus Croll",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angus-c/just/issues"
|
|
}
|
|
}
|