package.json 754 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "pm2-axon-rpc",
  3. "version": "0.7.1",
  4. "description": "Remote procedure calls built on top of axon.",
  5. "keywords": [
  6. "axon",
  7. "rpc",
  8. "cloud"
  9. ],
  10. "author": "TJ Holowaychuk <tj@learnboost.com>",
  11. "engines": {
  12. "node": ">=5"
  13. },
  14. "contributors": [
  15. {
  16. "name": "Bret Copeland",
  17. "email": "bret@atlantisflight.org",
  18. "url": "https://github.com/bretcope"
  19. }
  20. ],
  21. "dependencies": {
  22. "debug": "^4.3.1"
  23. },
  24. "devDependencies": {
  25. "better-assert": "*",
  26. "mocha": "^8.1",
  27. "pm2-axon": "^4.0.0"
  28. },
  29. "main": "index",
  30. "scripts": {
  31. "test": "mocha --reporter spec"
  32. },
  33. "repository": {
  34. "type": "git",
  35. "url": "https://github.com/unitech/pm2-axon-rpc.git"
  36. },
  37. "license": "MIT"
  38. }