-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "FAU ORGA Breadcrumb",
"textdomain": "fau-orga-breadcrumb",
"version": "1.1.19",
"keywords": [
"WordPress",
"Plugin",
"FAU",
"RRZE"
],
"compatibility": {
"wprequires": "5.8",
"wptestedup": "6.7.1",
"phprequires": "7.4"
},
"author": {
"name": "RRZE-Webteam <[email protected]> (https://www.rrze.fau.de)",
"url": "https://www.wordpress.rrze.fau.de"
},
"description": "Displays an organisational breadcrumb",
"license": "GNU General Public License v3 or later",
"licenseurl": "http://www.gnu.org/licenses/gpl-3.0.html",
"repository": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/fau-orga-breadcrumb",
"issues": "https://github.com/RRZE-Webteam/fau-orga-breadcrumb/issues",
"clone": "git+https://github.com/RRZE-Webteam/fau-orga-breadcrumb.git"
},
"tags": "breadcrumb, navigation, FAU",
"browserslist": [
"last 3 years"
],
"contributors": [],
"main": "fau-orga-breadcrumb.php",
"scripts": {
"start": "gulp",
"dev": "gulp dev",
"build": "gulp build",
"pot": "gulp pot"
},
"source": {
"sass": "./src/sass/",
"cssmain": "fau-orga-breadcrumb",
"cssadmin": "fau-orga-breadcrumb-admin"
},
"dest": {
"css": "./css/"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-dart-sass": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-touch-cmd": "0.0.1",
"gulp-wp-pot": "^2.5.0",
"sass": "^1.42.1",
"semver": "^7.3.4",
"yargs": "^16.2.0"
}
}