forked from ixkaito/bathe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.55 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.55 KB
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
{
"name": "bathe",
"version": "0.5.2",
"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": "^8.5.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"eslint-config-google": "^0.9.1",
"eslint-loader": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"imagemin-pngquant": "^5.1.0",
"require-dir": "^1.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.8.3",
"webpack-stream": "^4.0.3",
"yargs": "^11.1.0"
}
}