guest_worker/scanimation/package.json

20 lines
390 B
JSON

{
"name": "scanimation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"node-watch": "^0.6.3",
"reconnecting-websocket": "^4.2.0",
"socket.io": "^2.3.0",
"ws": "^7.1.2"
}
}