raspap-webgui/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

{
2019-10-08 19:27:31 +02:00
"title": "RaspAP WiFi Configuration Portal",
2021-01-28 09:29:44 +01:00
"name": "raspap",
"version": "2.6",
2019-10-08 19:27:31 +02:00
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
2021-02-03 10:07:15 +01:00
"description": "Simple wireless AP setup & management for Debian-based devices",
2019-10-08 19:27:31 +02:00
"keywords": [
"raspberry-pi",
"hostapd",
"raspap",
"wifi",
"lighttpd",
"dnsmasq",
"admin",
"app"
],
2021-02-03 10:07:15 +01:00
"homepage": "https://github.com/raspap/raspap-webgui",
2019-10-08 19:27:31 +02:00
"bugs": {
2021-02-03 10:07:15 +01:00
"url": "https://github.com/raspap/raspap-webgui/issues"
2019-10-08 19:27:31 +02:00
},
2020-08-22 12:37:31 +02:00
"license": "GPL-3.0",
2019-10-08 19:27:31 +02:00
"author": "RaspAP Developers",
"contributors": [
2021-02-03 10:07:15 +01:00
"Bill Zimmerman (https://github.com/billz)",
"Lawrence Yau (https://github.com/SirLagz)"
2019-10-08 19:27:31 +02:00
],
"repository": {
"type": "git",
2021-02-03 10:07:15 +01:00
"url": "https://github.com/raspap/raspap-webgui.git"
2019-10-08 19:27:31 +02:00
},
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
}
}