package.json 768 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@node-ipc/js-queue",
  3. "version": "2.0.3",
  4. "description": "Simple JS queue with auto run for node and browsers",
  5. "main": "queue.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "engines": {
  10. "node": ">=1.0.0"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/node-ipc/js-queue.git"
  15. },
  16. "keywords": [
  17. "queue",
  18. "node",
  19. "js",
  20. "auto",
  21. "run",
  22. "execute",
  23. "browser",
  24. "react"
  25. ],
  26. "author": "Brandon Nozaki Miller",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/node-ipc/js-queue/issues"
  30. },
  31. "homepage": "https://github.com/node-ipc/js-queue#readme",
  32. "dependencies": {
  33. "easy-stack": "1.0.1"
  34. },
  35. "packageManager": "yarn@3.2.0"
  36. }