package.json 602 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "xpipe",
  3. "version": "1.0.5",
  4. "description": "Use cross-platform IPC paths in node.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/nodexo/xpipe.git"
  12. },
  13. "keywords": [
  14. "ipc",
  15. "path",
  16. "cross platform",
  17. "unix",
  18. "sockets",
  19. "windows",
  20. "named pipes"
  21. ],
  22. "author": "Michael Kortstiege",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/nodexo/xpipe/issues"
  26. },
  27. "homepage": "https://github.com/nodexo/xpipe#readme"
  28. }