UNPKG

wifi-interface

Version:
46 lines (45 loc) 958 B
{ "name": "wifi-interface", "version": "0.0.5", "description": "Get current wifi network interface name.", "main": "index.js", "bin": { "wifi-interface": "bin/index.js" }, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/miguelmota/wifi-interface" }, "keywords": [ "wifi", "network", "interface", "name", "ifconfig", "iwconfig", "80211" ], "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "https://miguelmota.com" }, "license": { "type": "MIT", "url": "https://github.com/miguelmota/wifi-interface/blob/master/LICENSE.md" }, "bugs": { "url": "https://github.com/miguelmota/wifi-interface/issues" }, "homepage": "https://github.com/miguelmota/wifi-interface", "devDependencies": {}, "engines": { "node": ">=7.9.0" }, "dependencies": { "shelljs": "^0.7.8" } }