-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from beatrycze-volk/61
Prepare release 6.1
- Loading branch information
Showing
2 changed files
with
67 additions
and
71 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,70 @@ | ||
{ | ||
"name": "slub/dfgviewer", | ||
"type": "typo3-cms-extension", | ||
"description": "Remote resources navigator for digital libraries. Reads METS/MODS and METS/TEI via OAI-PMH.", | ||
"homepage": "https://github.com/slub/dfg-viewer", | ||
"keywords": [ | ||
"TYPO3", | ||
"extension", | ||
"dfgviewer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Sebastian Meyer", | ||
"email": "sebastian.meyer@slub-dresden.de", | ||
"role": "Developer" | ||
"name": "slub/dfgviewer", | ||
"type": "typo3-cms-extension", | ||
"description": "Remote resources navigator for digital libraries. Reads METS/MODS and METS/TEI via OAI-PMH.", | ||
"homepage": "https://github.com/slub/dfg-viewer", | ||
"keywords": [ | ||
"TYPO3", | ||
"extension", | ||
"dfgviewer" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Alexander Bigga", | ||
"email": "typo3@slub-dresden.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Christos Sidiropoulos", | ||
"email": "typo3@slub-dresden.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Thomas Jung", | ||
"email": "thomas.jung@slub-dresden.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Sebastian Meyer", | ||
"email": "sebastian.meyer@slub-dresden.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Markus Weigelt", | ||
"email": "markus.weigelt@slub-dresden.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Beatrycze Volk", | ||
"email": "beatrycze.volk@slub-dresden.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"typo3/cms-core": "^10.4|^11.5", | ||
"kitodo/presentation": "^5.0|dev-master", | ||
"slub/slub-digitalcollections": "^3.0|dev-master" | ||
}, | ||
{ | ||
"name": "Alexander Bigga", | ||
"email": "typo3@slub-dresden.de", | ||
"role": "Developer" | ||
"autoload": { | ||
"psr-4": { | ||
"Slub\\Dfgviewer\\": "Classes/" | ||
} | ||
}, | ||
{ | ||
"name": "Thomas Jung", | ||
"email": "thomas.jung@slub-dresden.de", | ||
"role": "Developer" | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "dfgviewer" | ||
} | ||
}, | ||
{ | ||
"name": "Beatrycze Volk", | ||
"email": "beatrycze.volk@slub-dresden.de", | ||
"role": "Developer" | ||
"scripts": { | ||
"docs:setup": "./Build/Documentation/sphinx.sh install", | ||
"docs:serve": "./Build/Documentation/sphinx.sh serve", | ||
"docs:t3": "docker-compose -f ./Build/Documentation/docker-compose.t3docs.yml run --rm t3docs" | ||
}, | ||
{ | ||
"name": "Erik Konrad", | ||
"email": "typo3@slub-dresden.de", | ||
"role": "Developer" | ||
} | ||
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"typo3/cms-core": "^10.4.36|^11.5", | ||
"kitodo/presentation": "^4.1|dev-master", | ||
"slub/slub-digitalcollections": "^3.0|dev-master" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Slub\\Dfgviewer\\": "Classes/" | ||
} | ||
}, | ||
"extra": { | ||
"typo3/cms": { | ||
"extension-key": "dfgviewer" | ||
} | ||
}, | ||
"scripts": { | ||
"docs:build": [ | ||
"rm -Rf ./Documentation-GENERATED-temp", | ||
"docker run --user=$(id -u):$(id -g) --rm -v ./:/project -it ghcr.io/typo3-documentation/render-guides:latest --config ./Documentation", | ||
"cp ./Build/Documentation/index.html ./Documentation-GENERATED-temp" | ||
], | ||
"docs:start": "docker run -d --name dfgviewer_docs --rm -v ./Documentation-GENERATED-temp:/serve -p 8000:8000 jdkelley/simple-http-server:latest", | ||
"docs:stop": "docker stop dfgviewer_docs", | ||
"docs:rebuild": [ | ||
"@composer docs:stop", | ||
"@composer docs:build", | ||
"@composer docs:start" | ||
] | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"typo3/class-alias-loader": true, | ||
"typo3/cms-composer-installers": true | ||
"config": { | ||
"allow-plugins": { | ||
"typo3/class-alias-loader": true, | ||
"typo3/cms-composer-installers": true | ||
} | ||
} | ||
} | ||
} | ||
} |
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