Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
537 B

  1. {
  2. "name": "bottleneck",
  3. "main": "bottleneck.js",
  4. "version": "2.13.0",
  5. "homepage": "https://github.com/SGrondin/bottleneck",
  6. "authors": [
  7. "SGrondin <github@simongrondin.name>"
  8. ],
  9. "description": "Distributed task scheduler and rate limiter",
  10. "moduleType": [
  11. "globals",
  12. "node"
  13. ],
  14. "keywords": [
  15. "async",
  16. "rate",
  17. "limiter",
  18. "limiting",
  19. "throttle",
  20. "throttling",
  21. "load",
  22. "ddos"
  23. ],
  24. "license": "MIT",
  25. "ignore": [
  26. "**/.*",
  27. "node_modules",
  28. "bower_components"
  29. ]
  30. }