35 lines
782 B
JSON
35 lines
782 B
JSON
{
|
|
"name": "uglyrobot/infinite-uploads",
|
|
"description": "WordPress plugin to store uploads in the cloud and serve via the Infinite Uploads CDN.",
|
|
"homepage": "https://github.com/uglyrobot/infinite-uploads",
|
|
"keywords": [
|
|
"wordpress",
|
|
"cloud",
|
|
"storage",
|
|
"s3",
|
|
"cdn",
|
|
"plugin"
|
|
],
|
|
"license": "GPL-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "UglyRobot, LLC",
|
|
"email": "contact@uglyrobot.com",
|
|
"homepage": "https://uglyrobot.com/"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/uglyrobot/infinite-uploads/issues",
|
|
"source": "https://github.com/uglyrobot/infinite-uploads"
|
|
},
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6"
|
|
}
|
|
}
|
|
}
|