1234567891011121314151617181920212223 |
- {
- "name": "asr-tangibles",
- "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",
- "dgram": "^1.0.1",
- "express": "^4.17.1",
- "jspack": "0.0.4",
- "node-osc": "^6.1.11",
- "socket.io": "^4.3.2"
- },
- "devDependencies": {
- "nodemon": "^2.0.16"
- }
- }
|