{ "name": "swarmlab-app", "version": "1.0.0", "description": "swarmlab app on node", "main": "app.js", "scripts": { "start": "node ./run/app.js" }, "dependencies": { "async": "^3.2.0", "axios": "^0.20.0", "bestikk-log": "^1.0.0-alpha.2", "mongodb": "^3.6.3", "chai": "^4.2.0", "cors": "^2.8.5", "dirty-chai": "^2.0.1", "socket.io-redis": "^6.0.1", "redis": "^3.0.0", "socket.io-adapter": "~2.0.0", "express": "^4.17.1", "express-validator": "^6.6.1", "helmet": "^4.1.1", "socket.io": "^2.3.0", "socket.io-client": "^2.3.1", "socketio-auth": "^0.1.1", "url-exist-sync": "^1.0.2" }, "devDependencies": {} }