21 lines
406 B
JSON
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"
|
|
}
|
|
}
|