Changeset 50212 for branches/4.3/package.json
- Timestamp:
- 02/05/2021 04:24:59 AM (4 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
- Property svn:mergeinfo changed
-
branches/4.3/package.json
r49421 r50212 1 1 { 2 "name": "WordPress", 3 "version": "4.3.25", 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 "repository": { 6 "type": "svn", 7 "url": "https://develop.svn.wordpress.org/trunk" 8 }, 9 "author": "The WordPress Contributors", 10 "license": "GPL-2.0+", 11 "devDependencies": { 12 "autoprefixer-core": "~5.2.1", 13 "grunt": "~0.4.5", 14 "grunt-browserify": "~3.8.0", 15 "grunt-contrib-clean": "~0.6.0", 16 "grunt-contrib-compress": "~0.13.0", 17 "grunt-contrib-concat": "~0.5.1", 18 "grunt-contrib-copy": "~0.8.0", 19 "grunt-contrib-cssmin": "~0.12.3", 20 "grunt-contrib-imagemin": "~0.9.4", 21 "grunt-contrib-jshint": "~0.11.2", 22 "grunt-contrib-qunit": "~0.7.0", 23 "grunt-contrib-uglify": "~0.9.1", 24 "grunt-contrib-watch": "~0.6.1", 25 "grunt-includes": "~0.5.1", 26 "grunt-jsvalidate": "~0.2.2", 27 "grunt-legacy-util": "^0.2.0", 28 "grunt-patch-wordpress": "~0.3.0", 29 "grunt-postcss": "~0.5.4", 30 "grunt-rtlcss": "~1.6.0", 31 "grunt-sass": "~1.0.0", 32 "matchdep": "~0.3.0" 33 } 2 "name": "WordPress", 3 "version": "4.3.25", 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 "repository": { 6 "type": "svn", 7 "url": "https://develop.svn.wordpress.org/trunk" 8 }, 9 "engines": { 10 "node": ">=14.15.0", 11 "npm": ">=6.14.8" 12 }, 13 "author": "The WordPress Contributors", 14 "license": "GPL-2.0+", 15 "browserslist": [ 16 "Android >= 2.1", 17 "Chrome >= 21", 18 "Explorer >= 7", 19 "Firefox >= 17", 20 "Opera >= 12.1", 21 "Safari >= 6.0" 22 ], 23 "devDependencies": { 24 "autoprefixer": "^9.8.6", 25 "grunt": "~1.3.0", 26 "grunt-browserify": "~5.3.0", 27 "grunt-contrib-clean": "~2.0.0", 28 "grunt-contrib-compress": "~2.0.0", 29 "grunt-contrib-concat": "1.0.1", 30 "grunt-contrib-copy": "~1.0.0", 31 "grunt-contrib-cssmin": "~3.0.0", 32 "grunt-contrib-imagemin": "~4.0.0", 33 "grunt-contrib-jshint": "3.0.0", 34 "grunt-contrib-qunit": "^4.0.0", 35 "grunt-contrib-uglify": "~5.0.0", 36 "grunt-contrib-watch": "~1.1.0", 37 "grunt-includes": "~1.1.0", 38 "grunt-jsvalidate": "~0.2.2", 39 "grunt-legacy-util": "^2.0.0", 40 "grunt-patch-wordpress": "~3.0.0", 41 "grunt-postcss": "~0.9.0", 42 "grunt-rtlcss": "~2.0.2", 43 "grunt-sass": "~3.1.0", 44 "matchdep": "~2.0.0", 45 "sass": "^1.32.6" 46 } 34 47 }
Note: See TracChangeset
for help on using the changeset viewer.