2013-08-07 05:25:25 +00:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2015-04-23 17:59:53 +00:00
|
|
|
"version": "4.3.0",
|
2013-08-07 05:25:25 +00: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 20:40:08 +00:00
|
|
|
"grunt": "~0.4.5",
|
2015-05-05 21:29:04 +00:00
|
|
|
"grunt-autoprefixer": "~3.0.0",
|
2015-02-09 00:42:28 +00:00
|
|
|
"grunt-browserify": "^3.3.0",
|
2014-10-28 19:30:24 +00:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2015-03-06 21:13:21 +00:00
|
|
|
"grunt-contrib-compress": "~0.13.0",
|
|
|
|
"grunt-contrib-concat": "~0.5.1",
|
|
|
|
"grunt-contrib-copy": "~0.8.0",
|
2014-07-22 20:40:08 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
2015-03-06 21:13:21 +00:00
|
|
|
"grunt-contrib-imagemin": "~0.9.3",
|
2015-03-06 21:07:35 +00:00
|
|
|
"grunt-contrib-jshint": "~0.11.0",
|
2015-05-05 20:29:29 +00:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
2015-03-06 21:13:21 +00:00
|
|
|
"grunt-contrib-uglify": "~0.8.0",
|
2014-07-22 20:40:08 +00:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-03-24 23:32:23 +00:00
|
|
|
"grunt-includes": "~0.4.5",
|
2014-01-17 18:14:15 +00:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
2014-06-21 19:44:26 +00:00
|
|
|
"grunt-legacy-util": "^0.2.0",
|
2015-02-26 17:46:33 +00:00
|
|
|
"grunt-patch-wordpress": "~0.3.0",
|
2015-03-17 12:17:31 +00:00
|
|
|
"grunt-rtlcss": "~1.6.0",
|
2015-03-06 21:04:03 +00:00
|
|
|
"grunt-sass": "~0.18.0",
|
2014-01-29 04:42:02 +00:00
|
|
|
"matchdep": "~0.3.0"
|
2013-08-07 05:25:25 +00:00
|
|
|
}
|
|
|
|
}
|