forked from reduxframework/redux-framework-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "gulpfile.js",
"name": "Redux-Framework",
"author": "Team Redux",
"version": "4.0.3",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/reduxframework/redux-framework-4.git"
},
"bugs": {
"url": "https://github.com/reduxframework/redux-framework-4/issues"
},
"homepage": "http://reduxframework.com",
"resolutions": {
"lodash": "4.17.5"
},
"dependencies": {
"browser-sync": "^2.26.7",
"gifsicle": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-packager": "^0.0.5",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-wp-pot": "^2.3.5",
"imagemin-gifsicle": "^6.0.1",
"jscs": "^3.0.7",
"jshint": "^2.10.2",
"lodash": "^4.17.15",
"merge-stream": "^2.0.0",
"node-sass": "^4.12.0",
"npm-force-resolutions": "^0.0.2",
"optipng-bin": "^6.0.0"
},
"engines": {
"node": ">=0.10.33",
"npm": ">=1.4.0"
}
}