package.json 488 B

1234567891011121314151617181920212223
  1. {
  2. "name": "asr-tangibles",
  3. "version": "0.1.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "t1st3 <contact@t1st3.com> (https://t1st3.com/)",
  10. "license": "MIT",
  11. "dependencies": {
  12. "body-parser": "^1.19.0",
  13. "dgram": "^1.0.1",
  14. "express": "^4.17.1",
  15. "jspack": "0.0.4",
  16. "node-osc": "^6.1.11",
  17. "socket.io": "^4.3.2"
  18. },
  19. "devDependencies": {
  20. "nodemon": "^2.0.16"
  21. }
  22. }