-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "reginald",
"version": "2.2.1",
"description": "Simplistic blogging theme for WordPress",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx gulp dev",
"build": "npx gulp build",
"css": "npx gulp css",
"rtl": "npx gulp rtl",
"pot": "npx gulp pot",
"phpcs": "phpcs --standard=./phpcs.xml --ignore=*/node_modules/*,*/assets/*,*.css,gulpfile.js --tab-width=2 -s .; exit 0;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GratisThemes/Reginald.git"
},
"keywords": [
"wordpress"
],
"author": {
"name": "Gratis Themes",
"email": "gratisthemes@gmail.com",
"url": "https://gratis-themes.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GratisThemes/Reginald/issues"
},
"homepage": "https://gratis-themes.com/themes/reginald",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.2",
"gulp-sass": "^5.0.0",
"gulp-sort": "^2.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"sass": "^1.35.1"
}
}