{ "name": "monperrus/bibtexbrowser", "description": "bibtexbrowser is a PHP script that creates publication lists from Bibtex files. bibtexbrowser is stable, mature and easy to install.", "homepage": "http://www.monperrus.net/martin/bibtexbrowser/", "license": "GPL-2.0+", "authors": [ { "name": "Martin Monperrus", "homepage": "http://www.monperrus.net/martin/", "role": "Original Developer" } ], "require": { "php": ">=5.6" }, "scripts": { "serve": ["@php -S localhost:29896 ./tests/router.php"] } }