mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +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": "SB Admin 2",
|
||||
"version": "3.3.7+1",
|
||||
"homepage": "http://startbootstrap.com/template-overviews/sb-admin-2",
|
||||
"author": "Start Bootstrap",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.13.0",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-clean-css": "^2.0.10",
|
||||
"gulp-header": "^1.8.7",
|
||||
"gulp-less": "^3.1.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-uglify": "^1.5.4",
|
||||
"gulp-util": "^3.0.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
|
||||
}
|
||||
"title": "RaspAP WiFi Configuration Portal",
|
||||
"name": "raspap-webgui",
|
||||
"version": "1.6.1",
|
||||
"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"
|
||||
},
|
||||
"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