This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/composer.json

11 lines
345 B
JSON
Raw Normal View History

2018-03-21 18:19:20 +00:00
{
"name" : "automattic/jetpack",
"description": "Jetpack supercharges your selfhosted WordPress site with the awesome cloud power of WordPress.com",
"homepage" : "http://jetpack.com/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"require" : {
"composer/installers": "~1.0"
}
}