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.
24 lines
653 B
24 lines
653 B
{
|
|
"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": ">=4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monperrus\\BibtexBrowser\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"server": "@composer -S localhost:9999"
|
|
}
|
|
}
|