1234567891011121314151617 |
- {
- "name": "http-keep-alive",
- "version": "0.1.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "t1st3 <contact@t1st3.com> (https://t1st3.com/)",
- "license": "MIT",
- "dependencies": {
- "body-parser": "^1.19.0",
- "express": "^4.17.1",
- "node-osc": "^6.1.11"
- }
- }
|