Skip to content

Instantly share code, notes, and snippets.

@franciscoadasme
Last active December 14, 2015 03:28
Show Gist options
  • Save franciscoadasme/5020872 to your computer and use it in GitHub Desktop.
Save franciscoadasme/5020872 to your computer and use it in GitHub Desktop.
MDMPlugin specification
{
"name" : "Mediafire Official Plugin",
"version":"0.1",
"description": "First Plugin Running!",
"main": "main.rb",
"repository": {
"type": "git",
"url": "https://github.com/kdragon/plugin.mdmplugin.git"
},
"require": [
"utils/date_formatter.rb",
"mediafire_api.rb"
],
"author": "Alberto Lagos Toro",
"email": "alberto.lagos@mdmapp.com",
"type": "Storage",
"service": "Mediafire",
"domains": [
"mediafire.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment