2013-08-07 07:25:25 +02:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2016-04-12 22:03:58 +02:00
|
|
|
"version": "4.6.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": {
|
2016-03-06 00:15:52 +01:00
|
|
|
"autoprefixer": "~6.3.3",
|
2014-07-22 22:40:08 +02:00
|
|
|
"grunt": "~0.4.5",
|
2016-03-13 20:02:47 +01:00
|
|
|
"grunt-browserify": "~5.0.0",
|
2016-03-06 00:18:39 +01:00
|
|
|
"grunt-contrib-clean": "~1.0.0",
|
2016-03-06 00:24:23 +01:00
|
|
|
"grunt-contrib-compress": "~1.1.0",
|
2016-03-06 00:31:16 +01:00
|
|
|
"grunt-contrib-concat": "~1.0.0",
|
2016-03-06 00:34:11 +01:00
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2016-03-06 00:36:36 +01:00
|
|
|
"grunt-contrib-cssmin": "~1.0.0",
|
2015-12-11 04:37:36 +01:00
|
|
|
"grunt-contrib-imagemin": "~1.0.0",
|
2016-03-16 18:41:32 +01:00
|
|
|
"grunt-contrib-jshint": "~1.0.0",
|
2016-03-16 18:53:51 +01:00
|
|
|
"grunt-contrib-qunit": "~1.1.0",
|
2016-04-15 18:09:07 +02:00
|
|
|
"grunt-contrib-uglify": "~1.0.1",
|
2016-03-16 18:50:54 +01:00
|
|
|
"grunt-contrib-watch": "~1.0.0",
|
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",
|
2016-03-13 20:19:44 +01:00
|
|
|
"grunt-postcss": "~0.7.1",
|
2016-03-10 17:00:11 +01:00
|
|
|
"grunt-rtlcss": "~2.0.1",
|
2015-11-05 18:52:49 +01:00
|
|
|
"grunt-sass": "~1.1.0",
|
2015-11-04 22:21:00 +01:00
|
|
|
"matchdep": "~1.0.0"
|
2013-08-07 07:25:25 +02:00
|
|
|
}
|
|
|
|
}
|