component.json 235 B

12345678910111213
  1. {
  2. "name": "throttle",
  3. "repo": "component/throttle",
  4. "description": "Throttle a function",
  5. "version": "0.0.2",
  6. "keywords": [],
  7. "dependencies": {},
  8. "development": {},
  9. "license": "MIT",
  10. "scripts": [
  11. "index.js"
  12. ]
  13. }