package.json 504 B

12345678910111213141516171819202122
  1. {
  2. "name": "hqueue",
  3. "version": "1.0.2",
  4. "description": "Fast one-side queue for JavsScript",
  5. "main": "queue.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/herby/queue"
  12. },
  13. "keywords": [
  14. "queue"
  15. ],
  16. "author": "Herby Vojčík <herby@mailbox.sk>",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/herby/queue/issues"
  20. },
  21. "homepage": "https://github.com/herby/queue"
  22. }