raspap-webgui-mirror/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

{
2019-10-08 17:27:31 +00:00
"title": "RaspAP WiFi Configuration Portal",
2021-01-28 08:29:44 +00:00
"name": "raspap",
"version": "2.6",
2019-10-08 17:27:31 +00:00
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
2021-02-03 09:07:15 +00:00
"description": "Simple wireless AP setup & management for Debian-based devices",
2019-10-08 17:27:31 +00:00
"keywords": [
"raspberry-pi",
"hostapd",
"raspap",
"wifi",
"lighttpd",
"dnsmasq",
"admin",
"app"
],
2021-02-03 09:07:15 +00:00
"homepage": "https://github.com/raspap/raspap-webgui",
2019-10-08 17:27:31 +00:00
"bugs": {
2021-02-03 09:07:15 +00:00
"url": "https://github.com/raspap/raspap-webgui/issues"
2019-10-08 17:27:31 +00:00
},
2020-08-22 10:37:31 +00:00
"license": "GPL-3.0",
2019-10-08 17:27:31 +00:00
"author": "RaspAP Developers",
"contributors": [
2021-02-03 09:07:15 +00:00
"Bill Zimmerman (https://github.com/billz)",
"Lawrence Yau (https://github.com/SirLagz)"
2019-10-08 17:27:31 +00:00
],
"repository": {
"type": "git",
2021-02-03 09:07:15 +00:00
"url": "https://github.com/raspap/raspap-webgui.git"
2019-10-08 17:27:31 +00:00
},
2020-08-17 16:22:04 +00:00
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
2019-10-08 17:27:31 +00:00
"dependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
2020-06-29 23:29:27 +00:00
"gulp-clean-css": "^4.3.0",
2019-10-08 17:27:31 +00:00
"gulp-header": "^2.0.9",
"gulp-plumber": "^1.2.1",
2020-06-29 23:29:27 +00:00
"gulp-rename": "^2.0.0",
2019-10-08 17:27:31 +00:00
"gulp-uglify": "^3.0.2",
2020-06-29 23:29:27 +00: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 17:27:31 +00:00
}
}