-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
77 lines (77 loc) · 2.28 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Pirate-Rogue",
"textdomain": "pirate-rogue",
"version": "1.4.10",
"keywords": [
"WordPress",
"Theme",
"Piratenpartei"
],
"compatibility": {
"wprequires": "5.9",
"wptestedup": "6.0",
"phprequires": "7.4"
},
"author": {
"name": "xwolf",
"url": "https://xwolf.de"
},
"description": "Theme for pirate parties worldwide. This theme allows to chose between the mostly used color combinations (purple and orange) as main colors for designing elements. It uses several free to use pirate symbols and allows custom CSS. It was created for the german pirate party as replacement for their prior wordpress theme.",
"license": "GPL-3.0-or-later",
"licenseurl": "http://www.gnu.org/licenses/gpl-3.0.html",
"tags": "three-columns, two-columns, one-column, right-sidebar, featured-images",
"repository": {
"type": "git",
"url": "git+https://github.com/Piratenpartei/Pirate-Rogue.git",
"issues": "https://github.com/Piratenpartei/Pirate-Rogue/issues",
"clone": "git+https://github.com/Piratenpartei/Pirate-Rogue.git"
},
"browserslist": [
"last 3 years",
"ie 11"
],
"contributors": [],
"dependencies": {
"npm-check-updates": "^16.1.2",
"postcss": "^8.2.4"
},
"main": "index.php",
"maincss": "style.css",
"scripts": {
"start": "gulp",
"dev": "gulp dev",
"build": "gulp build",
"pot": "gulp pot"
},
"source": {
"js": "./js/",
"sass": "./src/sass/"
},
"jsdir": "./js/",
"cssdir": "./css/",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"autoprefixer": "^10.2.3",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-touch-cmd": "0.0.1",
"gulp-w3c-css": "^2.0.0",
"gulp-wp-pot": "^2.5.0",
"map-stream": "0.0.7",
"semver": "^7.3.4"
},
"bugs": {
"url": "https://github.com/Piratenpartei/Pirate-Rogue/issues"
},
"homepage": "https://github.com/Piratenpartei/Pirate-Rogue#readme"
}