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.

28 lines
628 B

3 years ago
{
"name": "swarmlab-agent",
"version": "1.0.0",
"description": "swarmlab on node",
"main": "server.js",
"scripts": {
"start": "node ./llo/server.js"
},
"dependencies": {
"async": "^3.2.0",
3 years ago
"axios": "^0.21.1",
"bufferutil": "^4.0.2",
3 years ago
"chai": "^4.2.0",
3 years ago
"chokidar": "^3.4.3",
3 years ago
"express": "^4.17.1",
"helmet": "^4.1.1",
3 years ago
"https": "^1.0.0",
3 years ago
"nodejs-tail": "^1.1.1",
"pm2": "^4.5.1",
"read-last-lines": "^1.7.2",
3 years ago
"socket.io": "^3.0.4",
"socket.io-client": "^3.0.4",
"socketio-auth": "^0.1.1",
"url-exist-sync": "^1.0.2",
"utf-8-validate": "^5.0.3"
3 years ago
}
}