2013-08-07 07:25:25 +02:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2015-04-23 19:59:53 +02:00
|
|
|
"version": "4.3.0",
|
2013-08-07 07:25:25 +02:00
|
|
|
"description": "WordPress is web software you can use to create a beautiful website or blog.",
|
|
|
|
"repository": {
|
|
|
|
"type": "svn",
|
|
|
|
"url": "https://develop.svn.wordpress.org/trunk"
|
|
|
|
},
|
|
|
|
"author": "The WordPress Contributors",
|
|
|
|
"license": "GPLv2 or later",
|
|
|
|
"devDependencies": {
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt": "~0.4.5",
|
2015-05-05 23:29:04 +02:00
|
|
|
"grunt-autoprefixer": "~3.0.0",
|
2015-02-09 01:42:28 +01:00
|
|
|
"grunt-browserify": "^3.3.0",
|
2014-10-28 20:30:24 +01:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2015-03-06 22:13:21 +01:00
|
|
|
"grunt-contrib-compress": "~0.13.0",
|
|
|
|
"grunt-contrib-concat": "~0.5.1",
|
|
|
|
"grunt-contrib-copy": "~0.8.0",
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
2015-03-06 22:13:21 +01:00
|
|
|
"grunt-contrib-imagemin": "~0.9.3",
|
2015-03-06 22:07:35 +01:00
|
|
|
"grunt-contrib-jshint": "~0.11.0",
|
2015-05-05 22:29:29 +02:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
2015-03-06 22:13:21 +01:00
|
|
|
"grunt-contrib-uglify": "~0.8.0",
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-03-25 00:32:23 +01:00
|
|
|
"grunt-includes": "~0.4.5",
|
2014-01-17 19:14:15 +01:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
2014-06-21 21:44:26 +02:00
|
|
|
"grunt-legacy-util": "^0.2.0",
|
2015-02-26 18:46:33 +01:00
|
|
|
"grunt-patch-wordpress": "~0.3.0",
|
2015-03-17 13:17:31 +01:00
|
|
|
"grunt-rtlcss": "~1.6.0",
|
2015-03-06 22:04:03 +01:00
|
|
|
"grunt-sass": "~0.18.0",
|
2014-01-29 05:42:02 +01:00
|
|
|
"matchdep": "~0.3.0"
|
2013-08-07 07:25:25 +02:00
|
|
|
}
|
|
|
|
}
|