-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "UpGulp",
"version": "1.0.2",
"description": "A Gulp Starter for WordPress Project",
"repository": {
"type": "git",
"url": "https://github.com/KnowTheCode/UpGulp"
},
"author": "hellofromTonya",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/KnowTheCode/UpGulp/issues"
},
"homepage": "hhttps://github.com/KnowTheCode/UpGulp",
"devDependencies": {
"autoprefixer": "^6.3.1",
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"browser-sync": "^2.11.1",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"glob": "^6.0.4",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"sass-rem": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-sort": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.1",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.1.1",
"gulp.spritesmith": "^6.2.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.0"
},
"dependencies": {
"app-root-path": "^1.0.0"
},
"gulpConfig": "./config/gulp/config.js"
}