-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
43 lines (43 loc) · 917 Bytes
/
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
43
{
"name": "artkost/yii2-trumbowyg",
"description": "The Trumbowyg WYSIWYG Editor widget for yii2 framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii 2",
"trumbowyg",
"wysiwyg",
"widget"
],
"license": "MIT",
"authors": [
{
"name": "Nikolay Kostyurin",
"email": "nikolay@artkost.ru",
"role": "Author"
},
{
"name": "A.Kustov",
"email": "v8diesel@mail.ru",
"role": "Contributor"
},
{
"name": "Alexandr Ivanov",
"email": "t3mnikov@yandex.ru",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/artkost/yii2-trumbowyg/issues?state=open",
"source": "https://github.com/artkost/yii2-trumbowyg"
},
"require": {
"yiisoft/yii2": "~2.0.0",
"npm-asset/trumbowyg": "2.18.0"
},
"autoload": {
"psr-4": {
"artkost\\yii2\\trumbowyg\\": "src"
}
}
}