2013-08-07 07:25:25 +02:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2014-01-13 19:20:38 +01:00
|
|
|
"version": "3.9.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-01-29 05:42:02 +01:00
|
|
|
"grunt": "~0.4.2",
|
2013-08-07 07:25:25 +02:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-01-29 05:42:02 +01: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 22:50:29 +02:00
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2014-01-29 05:42:02 +01:00
|
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
|
|
"grunt-cssjanus": "~0.2.2",
|
|
|
|
"grunt-sass": "~0.10.0",
|
2014-02-23 11:29:42 +01:00
|
|
|
"grunt-autoprefixer": "~0.7.1",
|
2014-01-17 19:14:15 +01:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
2014-02-13 09:00:47 +01:00
|
|
|
"grunt-contrib-imagemin" : "~0.4.1",
|
2014-02-26 22:45:55 +01:00
|
|
|
"grunt-patch-wordpress" : "~0.1.2",
|
2014-01-29 05:42:02 +01:00
|
|
|
"matchdep": "~0.3.0"
|
2013-08-07 07:25:25 +02:00
|
|
|
}
|
|
|
|
}
|