Created
December 20, 2011 23:26
-
-
Save fahad19/1503793 to your computer and use it in GitHub Desktop.
JSON file for Croogo plugins instead of YAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Example", | |
"description": "Example plugin for demonstrating hook system", | |
"author": "Author Name", | |
"authorEmail": "[email protected]", | |
"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