package.json 348 B

12345678910111213141516171819
  1. {
  2. "name": "throttleit",
  3. "description": "Throttle a function",
  4. "version": "0.0.2",
  5. "keywords": [],
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/component/throttle.git"
  9. },
  10. "dependencies": {},
  11. "development": {},
  12. "license": "MIT",
  13. "component": {
  14. "scripts": {
  15. "throttle/index.js": "index.js"
  16. }
  17. }
  18. }