19 lines
348 B
JSON
19 lines
348 B
JSON
|
{
|
||
|
"name": "throttleit",
|
||
|
"description": "Throttle a function",
|
||
|
"version": "0.0.2",
|
||
|
"keywords": [],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/component/throttle.git"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"development": {},
|
||
|
"license": "MIT",
|
||
|
"component": {
|
||
|
"scripts": {
|
||
|
"throttle/index.js": "index.js"
|
||
|
}
|
||
|
}
|
||
|
}
|