node-createap
Version:
Node wrapper for create_ap
30 lines (29 loc) • 664 B
JSON
{
"name": "node-createap",
"version": "0.0.4",
"description": "Node wrapper for create_ap",
"main": "create_ap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pldubouilh/node-createap.git"
},
"keywords": [
"create-ap",
"hostapd",
"create_ap",
"dnsmasq"
],
"author": "pldubouilh",
"license": "ISC",
"bugs": {
"url": "https://github.com/pldubouilh/node-createap/issues"
},
"homepage": "https://github.com/pldubouilh/node-createap#readme",
"dependencies": {
"inherits": "^2.0.1",
"shelljs": "^0.7.0"
}
}