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.
 
 
 
 
 
 

16 lines
320 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",
"chai": "^4.2.0",
"express": "^4.17.1",
"helmet": "^4.1.1",
"url-exist-sync": "^1.0.2"
}
}