-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.45 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
{
"name": "coaching-pro",
"version": "2.0.0",
"description": "Coaching Pro theme by brandiD",
"repository": {
"type": "git",
"url": "https://bitbucket.org/brandid/coaching-pro"
},
"author": "The brandiD",
"license": "GPL-2.0",
"bugs": {
"url": "https://bitbucket.org/brandid/coaching-pro"
},
"homepage": "https://demo.studiopress.com/genesis-sample/",
"devDependencies": {
"bourbon": "^7.0.0",
"bourbon-neat": "^1.8.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"node-sass": "^6.0.1",
"postcss-pxtorem": "^6.0.0"
},
"theme": {
"name": "Coaching Pro",
"uri": "https://demo.studiopress.com/genesis-sample/",
"description": "A Genesis child theme for Coaches, built by brandiD.",
"author": "The brandiD",
"authoruri": "https://thebrandid.com/",
"version": "2.0.0",
"tags": "accessibility-ready, blocks, custom-colors, custom-logo, custom-menu, featured-images, full-site-editing, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready",
"license": "GPL-2.0-or-later",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "coaching-pro"
},
"dependencies": {
"del": "^6.0.0",
"merge-stream": "^2.0.0",
"npm": "^6.13.6"
}
}