openclassify/vendor/anomaly/blocks-module/composer.json
Mostafa Moradi cd80f0352b initial
2022-03-09 12:57:37 +03:00

45 lines
1.3 KiB
JSON

{
"name": "anomaly/blocks-module",
"type": "streams-addon",
"description": "Manage sections of content.",
"keywords": [
"block content"
],
"homepage": "http://pyrocms.com/addons/anomaly/blocks-module",
"license": "MIT",
"assets": {
"icon": "",
"screenshots": []
},
"authors": [
{
"name": "PyroCMS, Inc.",
"homepage": "http://pyrocms.com/",
"role": "Owner"
},
{
"name": "Ryan Thompson",
"homepage": "http://ryanthepyro.com/",
"role": "Developer"
}
],
"support": {
"docs": "https://pyrocms.com/documentation/blocks-module",
"forum": "https://pyrocms.com/forum/channels/blocks-module",
"slack": "https://pyrocms.com/slack",
"issues": "https://github.com/pyrocms/pyrocms/issues?q=is:issue is:open [blocks-module]",
"source": "https://github.com/anomalylabs/blocks-module"
},
"require": {
"anomaly/streams-platform": "^1.6",
"anomaly/configuration-module": "^2.1",
"anomaly/settings-module": "^2.1"
},
"autoload": {
"psr-4": {
"Anomaly\\BlocksModule\\": "src/",
"Anomaly\\BlocksFieldType\\": "addons/anomaly/blocks-field_type/src/"
}
}
}