2013-08-07 07:25:25 +02:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2015-08-18 21:31:23 +02:00
|
|
|
"version": "4.4.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",
|
2015-06-20 00:31:33 +02:00
|
|
|
"license": "GPL-2.0+",
|
2013-08-07 07:25:25 +02:00
|
|
|
"devDependencies": {
|
2015-07-08 21:53:22 +02:00
|
|
|
"autoprefixer-core": "~5.2.1",
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt": "~0.4.5",
|
2015-06-28 16:49:08 +02:00
|
|
|
"grunt-browserify": "~3.8.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",
|
2015-06-28 16:49:08 +02:00
|
|
|
"grunt-contrib-cssmin": "~0.12.3",
|
|
|
|
"grunt-contrib-imagemin": "~0.9.4",
|
|
|
|
"grunt-contrib-jshint": "~0.11.2",
|
2015-05-05 22:29:29 +02:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
2015-08-25 05:27:23 +02:00
|
|
|
"grunt-contrib-uglify": "~0.9.2",
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-06-28 16:49:08 +02:00
|
|
|
"grunt-includes": "~0.5.1",
|
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-07-08 21:53:22 +02:00
|
|
|
"grunt-postcss": "~0.5.4",
|
2015-03-17 13:17:31 +01:00
|
|
|
"grunt-rtlcss": "~1.6.0",
|
2015-06-28 16:49:08 +02:00
|
|
|
"grunt-sass": "~1.0.0",
|
2014-01-29 05:42:02 +01:00
|
|
|
"matchdep": "~0.3.0"
|
2013-08-07 07:25:25 +02:00
|
|
|
}
|
|
|
|
}
|