wireless-tools-alt
Version:
[G.Sinnott fork] Wireless tools for Node.js
65 lines (64 loc) • 1.48 kB
JSON
{
"author": {
"name": "Christopher M. Baker"
},
"bugs": {
"url": "https://github.com/bakerface/wireless-tools/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Athom",
"email": "support@athom.com",
"url": "https://www.athom.com/en/"
},
{
"name": "Wink",
"email": "support@wink.com",
"url": "https://www.wink.com/"
},
{
"name": "Wink",
"email": "support@wink.com",
"url": "https://www.wink.com/"
}
],
"deprecated": false,
"description": "[G.Sinnott fork] Wireless tools for Node.js",
"devDependencies": {
"codeclimate-test-reporter": "^0.3.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"should": "^9.0.2",
"xo": "^0.16.0"
},
"homepage": "https://github.com/autr/wireless-tools",
"keywords": [
"wireless",
"tools",
"hostapd",
"ifconfig",
"iwconfig",
"iwlist",
"iw",
"udhcpc",
"udhcpd",
"wpa_supplicant"
],
"license": "MIT",
"main": "wireless-tools.js",
"name": "wireless-tools-alt",
"repository": {
"type": "git",
"url": "git+https://github.com/autr/wireless-tools.git"
},
"scripts": {
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
"posttest": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"test": "istanbul cover node_modules/.bin/_mocha"
},
"version": "0.19.1",
"xo": {
"space": true
}
}