package.json 673 B

1234567891011121314151617181920212223
  1. {
  2. "name": "libdatachannel-signaling-server",
  3. "version": "0.2.0",
  4. "description": "Signaling server example for libdatachannel",
  5. "main": "signaling-server.js",
  6. "scripts": {
  7. "start": "node signaling-server.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/paullouisageneau/libdatachannel.git"
  13. },
  14. "author": "Paul-Louis Ageneau",
  15. "license": "MPL-2.0",
  16. "bugs": {
  17. "url": "https://github.com/paullouisageneau/libdatachannel/issues"
  18. },
  19. "homepage": "https://github.com/paullouisageneau/libdatachannel#readme",
  20. "dependencies": {
  21. "websocket": "^1.0.35"
  22. }
  23. }