silverstripe-docsviewer/composer.json

32 lines
885 B
JSON
Raw Normal View History

{
"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.io",
"email": "will@fullscreen.io"
}],
"support": {
"email": "will@fullscreen.io",
"irc": "irc://irc.freenode.org/silverstripe"
},
"require": {
"silverstripe/framework": "~3.1",
"erusev/parsedown-extra": "~0.2",
"erusev/parsedown": "~1.1",
"mnapoli/front-yaml": "^1.5"
},
"suggest": {
"silverstripe/staticpublisher": "Allows publishing documentation as HTML"
2018-06-08 06:14:53 +02:00
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
2018-06-08 06:14:53 +02:00
}
2023-03-16 22:26:53 +01:00
},
"abandoned": true
2013-02-27 10:58:36 +01:00
}