23 lines
412 B
JSON
Raw Normal View History

2023-08-15 18:35:50 +02:00
{
"name": "throttleit",
"description": "Throttle a function",
"version": "1.0.0",
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/component/throttle.git"
},
"devDependencies": {
"mocha": "^1.18.0"
},
"license": "MIT",
"component": {
"scripts": {
"throttle/index.js": "index.js"
}
},
"scripts": {
"test": "mocha --reporter spec"
}
}