-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 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
45
46
47
48
49
50
51
52
53
{
"name": "cdk-divi-child",
"version": "0.1",
"description": "A starter kit for developing Divi child themes with Gulp",
"homepage": "https://github.com/cdk-comp/div",
"repository": {
"type": "git",
"url": "https://github.com/cdk-comp/div.git"
},
"keywords": [
"wordpress",
"wordpress-theme",
"wordpress-starter-theme",
"starter-kit",
"divi",
"theme",
"gulp",
"bower",
"composer",
"sass",
"browsersync",
"livereload"
],
"author": "Dima Minka <[email protected]>",
"license": "GPL-3.0",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"browser-sync": "^2.14.3",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"merge-stream": "^1.0.1",
"require-dir": "^0.3.2",
"scut": "^1.4.0",
"svg4everybody": "^2.1.0"
},
"scripts": {
}
}