hostapdjs
Version:
Utility to easily configure hostapd on a linux computer
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "hostapdjs",
"version": "0.0.19",
"description": "Utility to easily configure hostapd on a linux computer",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"hw": "git add -A && git commit -m 'oki'&&npm version patch -m patch&&git add -A && git commit --amend -C HEAD&& git push&&npm publish",
"patch": "npm version patch -m patch&&git add -A && git commit --amend -C HEAD&& git push&&npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/dottgonzo/hostapdjs.git"
},
"keywords": [
"hostapd",
"wifi",
"wireless",
"access point"
],
"author": "Dario Caruso",
"license": "ISC",
"bugs": {
"url": "https://github.com/dottgonzo/hostapdjs/issues"
},
"dependencies": {
"bluebird": "^3.1.1",
"json-add": "^0.1.0",
"path-exists": "^2.1.0",
"promised-exec": "^1.0.1",
"verbo": "0.0.9"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-concat": "^2.6.1",
"gulp-filter": "^4.0.0",
"gulp-mocha": "^3.0.1",
"gulp-prompt": "^0.2.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tag-version": "^1.3.0",
"gulp-typescript": "^3.1.3",
"gulp-util": "^3.0.7",
"mocha": "^3.2.0",
"typescript": "^2.0.10"
}
}