Changeset 42460 for trunk/package.json
- Timestamp:
- 01/16/2018 03:54:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r42127 r42460 1 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 2 "name": "WordPress", 3 "version": "5.0.0", 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": "6.9.1" 11 }, 12 "author": "The WordPress Contributors", 13 "license": "GPL-2.0+", 14 "devDependencies": { 15 "autoprefixer": "^6.5.1", 16 "grunt": "~0.4.5", 17 "grunt-banner": "^0.6.0", 18 "grunt-contrib-clean": "~1.0.0", 19 "grunt-contrib-compress": "~1.3.0", 20 "grunt-contrib-concat": "~1.0.0", 21 "grunt-contrib-copy": "~1.0.0", 22 "grunt-contrib-cssmin": "~1.0.2", 23 "grunt-contrib-imagemin": "~1.0.0", 24 "grunt-contrib-jshint": "~1.0.0", 25 "grunt-contrib-qunit": "^1.2.0", 26 "grunt-contrib-uglify": "~2.0.0", 27 "grunt-contrib-watch": "~1.0.0", 28 "grunt-includes": "~0.5.1", 29 "grunt-jsdoc": "^2.1.0", 30 "grunt-jsvalidate": "~0.2.2", 31 "grunt-legacy-util": "^0.2.0", 32 "grunt-patch-wordpress": "~0.4.2", 33 "grunt-postcss": "~0.7.1", 34 "grunt-replace": "~1.0.1", 35 "grunt-rtlcss": "~2.0.1", 36 "grunt-sass": "~1.2.1", 37 "ink-docstrap": "^1.3.0", 38 "grunt-webpack": "^3.0.2", 39 "matchdep": "~1.0.0", 40 "webpack": "^3.6.0", 41 "webpack-dev-server": "^2.9.1" 42 } 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.