2020-05-28 04:55:58 +00:00
|
|
|
{
|
|
|
|
"name": "maddy83/madlisp",
|
|
|
|
"description": "Lisp interpreter for the MadLisp language.",
|
2020-12-20 02:08:19 +00:00
|
|
|
"keywords": [
|
|
|
|
"lisp"
|
|
|
|
],
|
|
|
|
"homepage": "http://madlisp.com/",
|
2020-05-28 04:55:58 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Pekka Laiho",
|
2020-12-20 02:08:19 +00:00
|
|
|
"email": "pekka.i.laiho@gmail.com",
|
|
|
|
"homepage": "http://laihoconsulting.com/"
|
2020-05-28 04:55:58 +00:00
|
|
|
}
|
|
|
|
],
|
2020-12-20 02:08:19 +00:00
|
|
|
"support": {
|
|
|
|
"source": "https://bitbucket.org/maddy83/madlisp/",
|
|
|
|
"docs": "http://madlisp.com/"
|
|
|
|
},
|
2020-05-28 04:55:58 +00:00
|
|
|
"require": {
|
2020-12-10 12:56:06 +00:00
|
|
|
"php": ">=7.4"
|
2020-05-28 04:55:58 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-14 09:19:42 +00:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2020-05-28 04:55:58 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"MadLisp\\": "src/"
|
|
|
|
}
|
2020-12-20 02:08:19 +00:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/madlisp"
|
|
|
|
]
|
2020-05-28 04:55:58 +00:00
|
|
|
}
|