2013-08-07 05:25:25 +00:00
|
|
|
{
|
|
|
|
"name": "WordPress",
|
2015-08-18 19:31:23 +00:00
|
|
|
"version": "4.4.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",
|
2015-06-19 22:31:33 +00:00
|
|
|
"license": "GPL-2.0+",
|
2013-08-07 05:25:25 +00:00
|
|
|
"devDependencies": {
|
2015-10-21 16:47:21 +00:00
|
|
|
"autoprefixer": "~6.0.3",
|
2014-07-22 20:40:08 +00:00
|
|
|
"grunt": "~0.4.5",
|
2015-10-21 16:58:37 +00:00
|
|
|
"grunt-browserify": "~4.0.1",
|
2014-10-28 19:30:24 +00:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2015-11-04 21:35:07 +00:00
|
|
|
"grunt-contrib-compress": "~0.14.0",
|
2015-03-06 21:13:21 +00:00
|
|
|
"grunt-contrib-concat": "~0.5.1",
|
|
|
|
"grunt-contrib-copy": "~0.8.0",
|
2015-06-28 14:49:08 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.12.3",
|
|
|
|
"grunt-contrib-imagemin": "~0.9.4",
|
2015-10-23 01:09:03 +00:00
|
|
|
"grunt-contrib-jshint": "~0.11.3",
|
2015-05-05 20:29:29 +00:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
2015-11-05 17:46:13 +00:00
|
|
|
"grunt-contrib-uglify": "~0.10.0",
|
2014-07-22 20:40:08 +00:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-06-28 14:49:08 +00:00
|
|
|
"grunt-includes": "~0.5.1",
|
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-11-04 21:31:24 +00:00
|
|
|
"grunt-postcss": "~0.7.0",
|
2015-03-17 12:17:31 +00:00
|
|
|
"grunt-rtlcss": "~1.6.0",
|
2015-11-05 17:52:49 +00:00
|
|
|
"grunt-sass": "~1.1.0",
|
2015-11-04 21:21:00 +00:00
|
|
|
"matchdep": "~1.0.0"
|
2013-08-07 05:25:25 +00:00
|
|
|
}
|
|
|
|
}
|