forked from salcode/bootstrap4-genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "bootstrap4-genesis",
"version": "1.0.0",
"description": "WordPress Genesis Child Theme using Bootstrap 4",
"config": {
"theme": {
"name": "Bootstrap4 Genesis",
"uri": "https://github.com/salcode/bootstrap4-genesis",
"author": "Sal Ferrarello",
"authoruri": "https://salferrarello.com",
"license": "GPL-2.0-or-later",
"licenseuri": "https://spdx.org/licenses/GPL-2.0-or-later.html",
"textdomain": "bootstrap4-genesis",
"tags": "Bootstrap, Genesis",
"domainpath": "/languages",
"template": "genesis",
"notes": "Based on https://github.com/salcode/bootstrap4-genesis"
}
},
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salcode/bootstrap4-genesis.git"
},
"keywords": [
"WordPress",
"Genesis",
"Bootstrap"
],
"contributors": [
{
"name": "Sal Ferrarello",
"url": "https://salferrarello.com"
}
],
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/salcode/bootstrap4-genesis/issues"
},
"homepage": "https://github.com/salcode/bootstrap4-genesis/blob/master/README.md",
"devDependencies": {
"bootstrap": "^4.2.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-livereload": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1"
}
}