package.json 412 B

12345678910111213141516171819202122
  1. {
  2. "name": "throttleit",
  3. "description": "Throttle a function",
  4. "version": "1.0.0",
  5. "keywords": [],
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/component/throttle.git"
  9. },
  10. "devDependencies": {
  11. "mocha": "^1.18.0"
  12. },
  13. "license": "MIT",
  14. "component": {
  15. "scripts": {
  16. "throttle/index.js": "index.js"
  17. }
  18. },
  19. "scripts": {
  20. "test": "mocha --reporter spec"
  21. }
  22. }