Skip to content

Instantly share code, notes, and snippets.

@fahad19
Created December 20, 2011 23:26
Show Gist options
  • Save fahad19/1503793 to your computer and use it in GitHub Desktop.
Save fahad19/1503793 to your computer and use it in GitHub Desktop.
JSON file for Croogo plugins instead of YAML
{
"name": "Example",
"description": "Example plugin for demonstrating hook system",
"author": "Author Name",
"authorEmail": "author@example.com",
"authorUrl": "http://example.com",
"dependencies": {
"plugins": [
"acl",
"extentions"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment