46 lines
988 B
JSON
46 lines
988 B
JSON
{
|
|
"name": "node-wifi-scanner",
|
|
"version": "1.1.3",
|
|
"description": "node.js module for WiFi network detection",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"WiFi",
|
|
"Node.js",
|
|
"scanner",
|
|
"airport",
|
|
"netsh",
|
|
"iwlist",
|
|
"nmcli"
|
|
],
|
|
"author": {
|
|
"name": "Christian Kuster, Tobias Hopp",
|
|
"email": "tobi@gaminggeneration.de"
|
|
},
|
|
"homepage": "https://git.gaminggeneration.de/TobiasH/node-wifi-scanner/",
|
|
"bugs": {
|
|
"url": "https://git.gaminggeneration.de/TobiasH/node-wifi-scanner/issues/",
|
|
"email": "info@ancasicolica.ch"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gaminggeneration.de/TobiasH/node-wifi-scanner.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
},
|
|
"dependencies": {
|
|
"async": "3.2.4",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.5.3",
|
|
"grunt-bump": "0.8.0",
|
|
"mocha": "10.2.0"
|
|
}
|
|
}
|