-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"title": "RaspAP WiFi Configuration Portal",
"name": "raspap-webgui",
"version": "2.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/jordiblanchcarles/raspap-webgui",
"bugs": {
"url": "https://github.com/jordiblanchcarles/raspap-webgui/issues"
},
"license": "MIT",
"author": "RaspAP Developers",
"contributors": [
"Bill Zimmerman (https://github.com/billz)"
],
"repository": {
"type": "git",
"url": "https://github.com/jordiblanchcarles/raspap-webgui.git"
},
"dependencies": {
"bootstrap4-toggle": "3.5.0",
"startbootstrap-sb-admin-2": "4.0.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"
}
}