package.json
302 Bytes
{
"name": "tcp-prueba",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"hex2dec": "^1.1.2",
"net": "^1.0.2"
}
}