mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "flarum/subscriptions",
|
|
"description": "Allow users to follow discussions and receive notifications for new posts.",
|
|
"type": "flarum-extension",
|
|
"keywords": [
|
|
"discussion"
|
|
],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/subscriptions",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Subscriptions\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Subscriptions",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-star",
|
|
"backgroundColor": "#ffea7b",
|
|
"color": "#de8e00"
|
|
}
|
|
},
|
|
"flarum-cli": {
|
|
"modules": {
|
|
"admin": false,
|
|
"forum": true,
|
|
"js": true,
|
|
"jsCommon": false,
|
|
"css": true,
|
|
"gitConf": true,
|
|
"githubActions": true,
|
|
"prettier": true,
|
|
"typescript": false,
|
|
"bundlewatch": false,
|
|
"backendTesting": false,
|
|
"editorConfig": true,
|
|
"styleci": true
|
|
}
|
|
}
|
|
}
|
|
}
|