mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
45 lines
1.3 KiB
JSON
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/"
|
|
}
|
|
}
|
|
}
|