-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 loc) · 1.07 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "oblik/kirby-memsource",
"description": "Kirby integration for the Phrase (formerly Memsource) TMS service.",
"license": "MIT",
"version": "2.0.0",
"type": "kirby-plugin",
"keywords": [
"kirby",
"kirby-plugin",
"memsource",
"phrase",
"tms",
"translation",
"localization",
"export",
"import"
],
"authors": [
{
"name": "Oblik Studio",
"email": "[email protected]",
"homepage": "https://oblik.studio/"
},
{
"name": "Hristiyan Dodov",
"email": "[email protected]",
"homepage": "https://dodov.dev/"
}
],
"support": {
"issues": "https://github.com/OblikStudio/kirby-memsource/issues",
"source": "https://github.com/OblikStudio/kirby-memsource"
},
"require": {
"getkirby/cms": "^3.7.5.4",
"getkirby/composer-installer": "^1.1",
"oblik/kirby-walker": "3.0.0"
},
"extra": {
"installer-name": "memsource"
}
}