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.
27 lines
628 B
27 lines
628 B
{
|
|
"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",
|
|
"axios": "^0.21.1",
|
|
"bufferutil": "^4.0.2",
|
|
"chai": "^4.2.0",
|
|
"chokidar": "^3.4.3",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.1.1",
|
|
"https": "^1.0.0",
|
|
"nodejs-tail": "^1.1.1",
|
|
"pm2": "^4.5.1",
|
|
"read-last-lines": "^1.7.2",
|
|
"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"
|
|
}
|
|
}
|
|
|