-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 864 Bytes
/
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
{
"name": "bb-theme-child",
"version": "1.0.0",
"description": "Beaver Builder Child theme with Gulp",
"author": "Stephen Greer <info@stephengreer.me>",
"homepage": "https://stephengreer.me/",
"repository": {
"type": "git",
"url": "git://github.com/stephengreer08/bb-theme-child.git"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify": "0.0.14",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"include-media": "^1.4.9",
"jshint": "^2.9.2"
}
}