package.json 364 B

1234567891011121314151617
  1. {
  2. "name": "http-keep-alive",
  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. "express": "^4.17.1",
  14. "node-osc": "^6.1.11"
  15. }
  16. }