raspap-webgui/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

{
2019-10-08 19:27:31 +02:00
"title": "RaspAP WiFi Configuration Portal",
"name": "raspap-webgui",
2020-08-22 12:37:31 +02:00
"version": "2.5.0",
2019-10-08 19:27:31 +02:00
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
"description": "A simple, responsive web interface to control wifi and hostapd on the Raspberry Pi",
"keywords": [
"raspberry-pi",
"hostapd",
"raspap",
"wifi",
"lighttpd",
"dnsmasq",
"admin",
"app"
],
"homepage": "https://github.com/billz/raspap-webgui",
"bugs": {
"url": "https://github.com/billz/raspap-webgui/issues"
},
2020-08-22 12:37:31 +02:00
"license": "GPL-3.0",
2019-10-08 19:27:31 +02:00
"author": "RaspAP Developers",
"contributors": [
"Bill Zimmerman (https://github.com/billz)"
],
"repository": {
"type": "git",
"url": "https://github.com/billz/raspap-webgui.git"
},
2020-08-17 18:22:04 +02:00
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
2019-10-08 19:27:31 +02:00
"dependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
2020-06-30 01:29:27 +02:00
"gulp-clean-css": "^4.3.0",
2019-10-08 19:27:31 +02:00
"gulp-header": "^2.0.9",
"gulp-plumber": "^1.2.1",
2020-06-30 01:29:27 +02:00
"gulp-rename": "^2.0.0",
2019-10-08 19:27:31 +02:00
"gulp-uglify": "^3.0.2",
2020-06-30 01:29:27 +02:00
"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"
2019-10-08 19:27:31 +02:00
}
}