mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"title": "RaspAP WiFi Configuration Portal",
|
|
"name": "raspap",
|
|
"version": "2.6",
|
|
"scripts": {
|
|
"start": "node_modules/.bin/gulp watch"
|
|
},
|
|
"description": "Simple wireless AP setup & management for Debian-based devices",
|
|
"keywords": [
|
|
"raspberry-pi",
|
|
"hostapd",
|
|
"raspap",
|
|
"wifi",
|
|
"lighttpd",
|
|
"dnsmasq",
|
|
"admin",
|
|
"app"
|
|
],
|
|
"homepage": "https://github.com/raspap/raspap-webgui",
|
|
"bugs": {
|
|
"url": "https://github.com/raspap/raspap-webgui/issues"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"author": "RaspAP Developers",
|
|
"contributors": [
|
|
"Bill Zimmerman (https://github.com/billz)",
|
|
"Lawrence Yau (https://github.com/SirLagz)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/raspap/raspap-webgui.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"dependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"del": "^5.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"huebee": "^2.1.0",
|
|
"jquery": "^3.5.0",
|
|
"merge-stream": "^2.0.0",
|
|
"node-gyp": "^7.0.0",
|
|
"startbootstrap-sb-admin-2": "4.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-sass": "^4.0.2"
|
|
}
|
|
}
|