37 lines
787 B
JSON
37 lines
787 B
JSON
{
|
|
"name": "klxf/flarum-coyote-pulse-viewer",
|
|
"description": "Coyote pulse viewer",
|
|
"keywords": [
|
|
"flarum"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"require": {
|
|
"flarum/core": "^1.8.0",
|
|
"ext-dom": "*"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Fang_Zhijian",
|
|
"email": "klxf@vip.qq.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Klxf\\CoyotePulseViewer\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Coyote Pulse Viewer",
|
|
"category": "",
|
|
"icon": {
|
|
"name": "",
|
|
"color": "",
|
|
"backgroundColor": ""
|
|
}
|
|
}
|
|
}
|
|
}
|