blob: 709467b04c4c0a45e14fcac0b2ce0ecab4e1e171 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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"
}
}
}
|