composer.json 345 B

1234567891011
  1. {
  2. "name" : "automattic/jetpack",
  3. "description": "Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com",
  4. "homepage" : "http://jetpack.com/",
  5. "type" : "wordpress-plugin",
  6. "license" : "GPL-2.0+",
  7. "require" : {
  8. "composer/installers": "~1.0"
  9. }
  10. }