UNPKG

@2blox/wireless-tools

Version:
51 lines (50 loc) 1.28 kB
{ "name": "@2blox/wireless-tools", "version": "0.20.1", "description": "Wireless tools for Node.js", "author": "Christopher M. Baker", "license": "MIT", "homepage": "https://github.com/2blox/wireless-tools", "main": "wireless-tools.js", "keywords": [ "wireless", "tools", "hostapd", "ifconfig", "iwconfig", "iwlist", "iw", "udhcpc", "udhcpd", "wpa_supplicant" ], "repository": { "type": "git", "url": "git+https://github.com/2blox/wireless-tools.git" }, "bugs": { "url": "https://github.com/2blox/wireless-tools/issues" }, "scripts": { "test": "istanbul cover node_modules/.bin/_mocha", "posttest": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100", "codeclimate": "codeclimate-test-reporter < coverage/lcov.info" }, "xo": { "space": true }, "devDependencies": { "codeclimate-test-reporter": "0.5.1", "istanbul": "^0.4.3", "mocha": "^9.2.2", "should": "^9.0.2", "xo": "0.44.0" }, "contributors": [ "Athom <support@athom.com> (https://www.athom.com/en/)", "Wink <support@wink.com> (https://www.wink.com/)" ], "directories": { "test": "test" } }