package.json 546 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "node-peerjs",
  3. "version": "1.0.0",
  4. "description": "nodejs wrtc + peerjs",
  5. "keywords": [
  6. "webrtc",
  7. "wrtc",
  8. "nodejs",
  9. "peerjs"
  10. ],
  11. "repository": "https://github.com/Mantaseus/node-peerjs",
  12. "author": "Mantaseus",
  13. "license": "MIT",
  14. "scripts": {},
  15. "main": "index.js",
  16. "devDependencies": {
  17. "parcel": "^1.12.3"
  18. },
  19. "dependencies": {
  20. "blob-to-arraybuffer": "0.0.1",
  21. "filereader": "^0.10.3",
  22. "node-blob": "0.0.2",
  23. "node-fetch": "^2.6.0",
  24. "wrtc": "^0.4.2",
  25. "ws": "^7.2.0"
  26. }
  27. }