| | 1 | { |
| | 2 | "name" : "wordpress/wordpress", |
| | 3 | "description": "WordPress is web software you can use to create a beautiful website or blog.", |
| | 4 | "keywords" : ["blog", "cms"], |
| | 5 | "homepage" : "http://wordpress.org/", |
| | 6 | "license" : "GPL-2.0+", |
| | 7 | "version" : "3.7-dev", |
| | 8 | "authors" : [ |
| | 9 | { |
| | 10 | "name" : "WordPress Community", |
| | 11 | "homepage": "http://wordpress.org/about/" |
| | 12 | } |
| | 13 | ], |
| | 14 | "support" : { |
| | 15 | "issues": "http://core.trac.wordpress.org/", |
| | 16 | "forum" : "http://wordpress.org/support/", |
| | 17 | "wiki" : "http://codex.wordpress.org/", |
| | 18 | "irc" : "irc://irc.freenode.net/wordpress", |
| | 19 | "source": "http://core.trac.wordpress.org/browser" |
| | 20 | }, |
| | 21 | "type" : "wordpress-core", |
| | 22 | "require" : { |
| | 23 | "php" : ">=5.2.4", |
| | 24 | "wordpress/installer": "~1.0" |
| | 25 | } |
| | 26 | } |