-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·39 lines (39 loc) · 1.04 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
{
"name": "common-wp-theme",
"version": "1.2.4",
"description": "a wordpress theme for good causes",
"repository": {
"type": "git",
"url": "https://github.com/jcklpe/common-wp.git"
},
"author": "Aslan",
"license": "Cooperative Work License v1.0",
"homepage": "https://github.com/jcklpe/common-wp",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^2.11.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"jshint-stylish": "^2.0.0",
"autoprefixer": "^9.6.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.1.0",
"gulp-imagemin": "^6.0.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"postcss-assets": "^5.0.0"
},
"dependencies": {
"gulp-jshint": "^2.1.0"
}
}