Fork of bibtexbrowser for static publications lists on the website of the ZRD Saar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
568 B

  1. {
  2. "name": "monperrus/bibtexbrowser",
  3. "description": "bibtexbrowser is a PHP script that creates publication lists from Bibtex files. bibtexbrowser is stable, mature and easy to install.",
  4. "homepage": "http://www.monperrus.net/martin/bibtexbrowser/",
  5. "license": "GPL-2.0+",
  6. "authors": [
  7. {
  8. "name": "Martin Monperrus",
  9. "homepage": "http://www.monperrus.net/martin/",
  10. "role": "Original Developer"
  11. }
  12. ],
  13. "require": {
  14. "php": ">=5.6"
  15. },
  16. "scripts": {
  17. "serve": ["@php -S localhost:29896 ./tests/router.php"]
  18. }
  19. }