-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 926 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
{
"name": "faryshta/yii2-jquery-tagsinput",
"description": "Yii2 widget for Jquery TagsInput plugin",
"keywords": [
"yii",
"yii2",
"tags",
"jquery",
"tagsinput"
],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"homepage": "https://github.com/Faryshta/yii2-jquery-tagsinput",
"authors": [
{
"name": "Angel (Faryshta) Guevara",
"email": "[email protected]",
"homepage": "https://github.com/Faryshta",
"role": "Developer"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/jquery.tagsinput": "*"
},
"autoload": {
"psr-4": {
"faryshta\\": ""
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}