-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
59
60
61
62
63
{
"name": "bathe",
"version": "0.4.0",
"description": "WordPress starter theme including full setup for gulp, Webpack, Sass, Autoprefixer, Bourbon/Neat/Bitters, imagemin, Browsersync, PostCSS etc.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"test": "gulp test",
"browsersync": "gulp browsersync",
"build": "gulp build",
"eslint": "gulp eslint",
"imagemin": "gulp imagemin",
"sass": "gulp sass",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/wp-bathe/bathe.git"
},
"keywords": [
"WordPress",
"gulp",
"Sass",
"Autoprefixer",
"Bourbon",
"Neat",
"Bitters",
"imagemin",
"Browsersync",
"Webpack"
],
"author": "Kite",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/wp-bathe/bathe/issues"
},
"homepage": "https://github.com/wp-bathe/bathe",
"devDependencies": {
"autoprefixer": "^7.1.2",
"browser-sync": "^2.18.13",
"eslint-config-google": "^0.9.1",
"eslint-loader": "^1.9.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"imagemin-pngquant": "^5.0.1",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"jquery.smoothscroll.js": "^1.0.3",
"require-dir": "^0.3.2",
"vinyl-named": "^1.1.0",
"webpack": "^3.4.1",
"webpack-stream": "^3.2.0",
"yargs": "^8.0.2"
}
}