package.json 600 B

123456789101112131415161718192021222324
  1. {
  2. "name": "osc-relay-lcs",
  3. "main": "index.js",
  4. "version": "0.0.1",
  5. "description": "OSC relay for LiveCoding.space client",
  6. "author": "Nikolay Suslov",
  7. "homepage": "http://livecoding.space",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/NikolaySuslov/osc-relay-lcs.git"
  11. },
  12. "readmeFilename": "README.md",
  13. "license": "MIT",
  14. "keywords": [
  15. "OSC"
  16. ],
  17. "dependencies": {
  18. "osc": "https://github.com/NikolaySuslov/osc.js.git#master",
  19. "ws": "7.0.0"
  20. },
  21. "engines": {
  22. "node": ">=0.10.x"
  23. }
  24. }