37 lines
907 B
JSON
37 lines
907 B
JSON
{
|
|
"name": "mensbeam/site-patterns",
|
|
"description": "Parser and processor for FiveFilters site patterns",
|
|
"keywords": [],
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": ["@composer bin all install"],
|
|
"post-update-cmd": ["@composer bin all update"]
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "J. King",
|
|
"email": "jking@jkingweb.ca",
|
|
"homepage": "https://jkingweb.ca/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MensBeam\\FullText\\": [
|
|
"lib/"
|
|
]
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"MensBeam\\FullText\\Test\\": "tests/lib/",
|
|
"MensBeam\\FullText\\TestCase\\": "tests/cases/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.3"
|
|
}
|
|
}
|