forked from ixkaito/bathe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "Bathe",
"version": "0.2.0",
"description": "Blank WordPress theme for Gulp",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ixkaito/bathe.git"
},
"keywords": [
"WordPress",
"Gulp",
"Sass",
"Autoprefixer",
"Compass",
"Browserify",
"Watchify",
"Browser-sync"
],
"author": "Kite",
"license": "(GPL-3.0 OR BSD-2-Clause)",
"bugs": {
"url": "https://github.com/ixkaito/bathe/issues"
},
"homepage": "https://github.com/ixkaito/bathe",
"devDependencies": {
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-compass": "^2.1.0",
"gulp-imagemin": "^2.3.0",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}