Changeset 50224 for branches/3.7/package.json
- Timestamp:
- 02/05/2021 04:47:26 AM (4 years ago)
- Location:
- branches/3.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
- Property svn:mergeinfo changed
-
branches/3.7/package.json
r49427 r50224 1 1 { 2 "name": "WordPress", 3 "version": "3.7.35", 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": "GPLv2 or later", 11 "devDependencies": { 12 "grunt": "~0.4.1", 13 "grunt-contrib-clean": "~0.5.0", 14 "grunt-contrib-compress": "~0.5.2", 15 "grunt-contrib-concat": "~0.3.0", 16 "grunt-contrib-copy": "~0.4.1", 17 "grunt-contrib-cssmin": "~0.6.1", 18 "grunt-contrib-qunit": "~0.2.2", 19 "grunt-contrib-uglify": "~0.2.2", 20 "grunt-contrib-watch": "~0.5.1", 21 "matchdep": "~0.1.2" 22 } 2 "name": "WordPress", 3 "version": "3.7.35", 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": "GPLv2 or later", 15 "devDependencies": { 16 "grunt": "~1.3.0", 17 "grunt-contrib-clean": "~2.0.0", 18 "grunt-contrib-compress": "~2.0.0", 19 "grunt-contrib-concat": "~1.0.1", 20 "grunt-contrib-copy": "~1.0.0", 21 "grunt-contrib-cssmin": "~3.0.0", 22 "grunt-contrib-qunit": "^4.0.0", 23 "grunt-contrib-uglify": "~5.0.0", 24 "grunt-contrib-watch": "~1.1.0", 25 "grunt-legacy-util": "^2.0.0", 26 "grunt-patch-wordpress": "~3.0.0", 27 "matchdep": "~2.0.0" 28 } 23 29 }
Note: See TracChangeset
for help on using the changeset viewer.