mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update dependencies, project info
This commit is contained in:
parent
0b067ace70
commit
edb2c1ce4d
1 changed files with 47 additions and 23 deletions
70
package.json
70
package.json
|
@ -1,25 +1,49 @@
|
||||||
{
|
{
|
||||||
"name": "startbootstrap-sb-admin-2",
|
"title": "RaspAP WiFi Configuration Portal",
|
||||||
"title": "SB Admin 2",
|
"name": "raspap-webgui",
|
||||||
"version": "3.3.7+1",
|
"version": "1.6.1",
|
||||||
"homepage": "http://startbootstrap.com/template-overviews/sb-admin-2",
|
"scripts": {
|
||||||
"author": "Start Bootstrap",
|
"start": "node_modules/.bin/gulp watch"
|
||||||
"license": {
|
},
|
||||||
"type": "MIT",
|
"description": "A simple, responsive web interface to control wifi and hostapd on the Raspberry Pi",
|
||||||
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
|
"keywords": [
|
||||||
},
|
"raspberry-pi",
|
||||||
"devDependencies": {
|
"hostapd",
|
||||||
"browser-sync": "^2.13.0",
|
"raspap",
|
||||||
"gulp": "^4.0.0",
|
"wifi",
|
||||||
"gulp-clean-css": "^2.0.10",
|
"lighttpd",
|
||||||
"gulp-header": "^1.8.7",
|
"dnsmasq",
|
||||||
"gulp-less": "^3.1.0",
|
"admin",
|
||||||
"gulp-rename": "^1.2.2",
|
"app"
|
||||||
"gulp-uglify": "^1.5.4",
|
],
|
||||||
"gulp-util": "^3.0.8"
|
"homepage": "https://github.com/billz/raspap-webgui",
|
||||||
},
|
"bugs": {
|
||||||
"repository": {
|
"url": "https://github.com/billz/raspap-webgui/issues"
|
||||||
"type": "git",
|
},
|
||||||
"url": "git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
|
"license": "MIT",
|
||||||
}
|
"author": "RaspAP Developers",
|
||||||
|
"contributors": [
|
||||||
|
"Bill Zimmerman (https://github.com/billz)"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/billz/raspap-webgui.git"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bootstrap-toggle": "2.2.2",
|
||||||
|
"startbootstrap-sb-admin-2": "3.3.7"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"browser-sync": "^2.26.7",
|
||||||
|
"del": "^5.1.0",
|
||||||
|
"gulp": "^4.0.2",
|
||||||
|
"gulp-autoprefixer": "^7.0.1",
|
||||||
|
"gulp-clean-css": "^4.2.0",
|
||||||
|
"gulp-header": "^2.0.9",
|
||||||
|
"gulp-plumber": "^1.2.1",
|
||||||
|
"gulp-rename": "1.4.0",
|
||||||
|
"gulp-sass": "^4.0.2",
|
||||||
|
"gulp-uglify": "^3.0.2",
|
||||||
|
"merge-stream": "^2.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue