mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "silverstripe/docsviewer",
|
|
"description": "Documentation viewer module for SilverStripe",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "documentation"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [{
|
|
"name": "Will Rossiter",
|
|
"homepage": "http://wilr.github.com",
|
|
"email": "will@fullscreen.io"
|
|
}],
|
|
"support": [{
|
|
"email": "will@fullscreen.io",
|
|
"irc": "irc://irc.freenode.org/silverstripe"
|
|
}],
|
|
"require": {
|
|
"silverstripe/framework": ">=3.1.x-dev,<4.0"
|
|
}
|
|
}
|