mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-22 13:24:46 +00:00
35 lines
740 B
JSON
35 lines
740 B
JSON
{
|
|
"name": "maddy83/madlisp",
|
|
"description": "Lisp interpreter for the MadLisp language.",
|
|
"keywords": [
|
|
"lisp"
|
|
],
|
|
"homepage": "http://madlisp.com/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Pekka Laiho",
|
|
"email": "pekka.i.laiho@gmail.com",
|
|
"homepage": "http://laihoconsulting.com/"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://bitbucket.org/maddy83/madlisp/",
|
|
"docs": "http://madlisp.com/"
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MadLisp\\": "src/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/madlisp"
|
|
]
|
|
}
|