forked from WebDevStudios/wd_s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "wd_s",
"version": "1.0.0",
"description": "A theme boilerplate for WebDevStudios.",
"main": "Gulpfile.js",
"dependencies": {
"babel-core": "~6",
"babel-preset-env": "~1",
"bourbon": "4.3.4",
"bourbon-neat": "1.9.0",
"browser-sync": "~2",
"css-mqpacker": "~6",
"del": "~3",
"eslint": "~4",
"eslint-config-wordpress": "~2",
"glob": "~7",
"gulp": "~3",
"gulp-babel": "~7",
"gulp-cheerio": "~0",
"gulp-concat": "~2",
"gulp-cssnano": "~2",
"gulp-eslint": "~4",
"gulp-imagemin": "~3",
"gulp-notify": "~3",
"gulp-plumber": "~1",
"gulp-postcss": "~7",
"gulp-rename": "~1",
"gulp-sass": "~3",
"gulp-sass-lint": "~1",
"gulp-sort": "~2",
"gulp-sourcemaps": "~2",
"gulp-svgmin": "~1",
"gulp-svgstore": "~6",
"gulp-uglify": "~3",
"gulp-util": "~3",
"gulp-wp-pot": "~2",
"gulp.spritesmith": "~6",
"sassdoc": "~2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No test specified\""
},
"repository": "git+https://github.com/WebDevStudios/wd_s.git",
"keywords": [
"theme"
],
"author": "WebDevStudios",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WebDevStudios/wd_s/issues"
},
"homepage": "https://github.com/WebDevStudios/wd_s#readme"
}