network-devices/package.json
2021-08-27 08:30:39 +02:00

20 lines
381 B
JSON

{
"name": "network-devices",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"local-devices": "^3.1.0",
"ping": "^0.4.1",
"pug": "^3.0.2"
}
}