Created
February 15, 2012 11:04
-
-
Save michaelcullum/1835060 to your computer and use it in GitHub Desktop.
Sample manifest.json
This file contains 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": "phpbb-blog/phpbb-blog", | |
"type": "phpbb3-extension", | |
"description": "An super cool example manifest extension.", | |
"homepage": "https://gist.github.com/gists/1835060", | |
"version": "1.0.0", | |
"time": "2012-02-15", | |
"licence": "GNU GPL v2", | |
"authors": [{ | |
"name": "Michael Cullum", | |
"username": "Unknown Bliss", | |
"email": "m@michaelcullum.com", | |
"homepage": "http://michaelcullum.com", | |
"type": "Contributor" | |
}, | |
{ | |
"name": "David King", | |
"username": "imkingdavid", | |
"email": "imkingdavid@gmail.com", | |
"homepage": "http://thedavidking.com", | |
"type": "Past Translator" | |
}], | |
"require": { | |
"php": ">=5.4", | |
"phpbb": "3.1.0" | |
}, | |
"extra": { | |
"display-name": "phpBB Blog" | |
} | |
} | |
// Empty new line at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment