network-devices/package.json
Tobias Hopp 42de818a2f Update
Took 12 minutes
2021-09-13 21:52:08 +02:00

21 lines
406 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": {
"arpping": "^2.0.0",
"express": "^4.17.1",
"local-devices": "^3.1.0",
"ping": "^0.4.1",
"pug": "^3.0.2"
}
}