Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

23 lines
412 B
JSON

{
"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"
}
}