{{{
{
"name": "li3_example",
"version": "1.0",
"summary": "a li3 plugin example",
"homepage": "http://github.com/gwoo/foo",
"bugs": "http://github.com/gwoo/foo/issues",
"maintainers":[
{ "name": "gwoo", "email": "gwoo@rad-dev.org", "website": "li3.rad-dev.org" }
],
"sources": [
"git": [ "git://rad-dev.org/li3_example.git" ],
"phar": [ "http://downloads.rad-dev.org/li3_example.phar.gz" ]
],
"requires": {
"li3_lab": { "version": ">= 1.0" }
},
"suggests": {},
"tags": [ "lithium", "li3", "example", "awesomeness" ],
"commands": {
"install": ["install_command"], "update": ["update_command"], "remove": ["remove_command"]
}
}
// Not sure about the 'commands' bit. This is probably a security vulnerability.
}}}