2015-09-16 14:30:08 +08:00
|
|
|
{
|
2015-12-29 10:24:58 +08:00
|
|
|
"name": "flarum/flarum-ext-embed",
|
2015-10-13 09:59:22 +08:00
|
|
|
"description": "Embed Flarum discussions as comments for your blog.",
|
|
|
|
"type": "flarum-extension",
|
|
|
|
"keywords": ["discussion"],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby.zerner@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2015-12-29 10:24:58 +08:00
|
|
|
"source": "https://github.com/flarum/flarum-ext-embed"
|
2015-10-13 09:59:22 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2016-10-19 18:42:49 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.6"
|
2015-10-13 09:59:22 +08:00
|
|
|
},
|
2015-09-16 14:30:08 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Embed\\": "src/"
|
|
|
|
}
|
2015-10-13 09:59:22 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:49:40 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-13 09:59:22 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Embed",
|
|
|
|
"icon": {
|
|
|
|
"name": "code",
|
|
|
|
"backgroundColor": "#B9D233",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-09-16 14:30:08 +08:00
|
|
|
}
|
|
|
|
}
|