2012-09-22 17:15:32 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe/docsviewer",
|
|
|
|
"description": "Documentation viewer module for SilverStripe",
|
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "documentation"],
|
2012-11-09 23:32:42 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2012-09-22 17:15:32 +02:00
|
|
|
"authors": [{
|
|
|
|
"name": "Will Rossiter",
|
2012-11-09 23:32:42 +01:00
|
|
|
"homepage": "http://wilr.github.com",
|
2012-09-22 17:15:32 +02:00
|
|
|
"email": "will@fullscreen.io"
|
|
|
|
}],
|
2012-11-09 23:32:42 +01:00
|
|
|
"support": [{
|
|
|
|
"email": "will@fullscreen.io",
|
|
|
|
"irc": "irc://irc.freenode.org/silverstripe"
|
|
|
|
}],
|
2012-09-22 17:15:32 +02:00
|
|
|
"require": {
|
|
|
|
"silverstripe/framework": "3.*"
|
|
|
|
}
|
|
|
|
}
|