2013-08-07 05:25:25 +00:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2014-04-21 04:41:57 +00:00
|
|
|
"version": "4.0.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-01-29 04:42:02 +00:00
|
|
|
"grunt": "~0.4.2",
|
2013-08-07 05:25:25 +00:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-01-29 04:42:02 +00:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
|
|
"grunt-contrib-cssmin": "~0.7.0",
|
|
|
|
"grunt-contrib-qunit": "~0.4.0",
|
|
|
|
"grunt-contrib-uglify": "~0.3.0",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-contrib-compress": "~0.6.0",
|
2013-09-04 20:50:29 +00:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2014-01-29 04:42:02 +00:00
|
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
|
|
"grunt-cssjanus": "~0.2.2",
|
|
|
|
"grunt-sass": "~0.10.0",
|
2014-02-23 10:29:42 +00:00
|
|
|
"grunt-autoprefixer": "~0.7.1",
|
2014-01-17 18:14:15 +00:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
2014-02-13 08:00:47 +00:00
|
|
|
"grunt-contrib-imagemin" : "~0.4.1",
|
2014-03-29 10:22:49 +00:00
|
|
|
"grunt-patch-wordpress" : "~0.2.1",
|
2014-01-29 04:42:02 +00:00
|
|
|
"matchdep": "~0.3.0"
|
2013-08-07 05:25:25 +00:00
|
|
|
}
|
|
|
|
}
|