You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
591 B

{
"name": "swarmlab-iot",
"version": "1.0.0",
"description": "swarmlab iot on node",
"main": "iotserver.js",
"scripts": {
"start": "node ./llo/iotserver.js"
},
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"bestikk-log": "^1.0.0-alpha.2",
"chai": "^4.2.0",
"cors": "^2.8.5",
"dirty-chai": "^2.0.1",
"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": {}
}