forked from themeblvd/jumpstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "jumpstart",
"version": "2.3.4",
"description": "Jump Start WordPress Theme",
"main": "gulpfile.js",
"scripts": {
"build:fontawesome": "gulp --gulpfile ./gulpfile.js build-fontawesome",
"build:admin": "gulp --gulpfile ./gulpfile.js build-admin",
"build:pot": "gulp --gulpfile ./gulpfile.js build-pot",
"build": "gulp --gulpfile ./gulpfile.js build"
},
"repository": {
"type": "git",
"url": "https://github.com/themeblvd/jumpstart.git"
},
"author": "Theme Blvd",
"license": "GPL2",
"bugs": {
"url": "https://github.com/themeblvd/jumpstart/issues"
},
"homepage": "https://wpjumpstart.com",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-remote-src": "^0.4.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-wp-pot": "^2.3.4",
"gulp-zip": "^4.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2"
}
}