forked from devleaks/yii2-metafizzy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.01 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
{
"name": "micro-jumbo/yii2-metafizzy",
"description": "Yii2 asset bundle wrapper around several David DeSandro javascript libraries",
"type": "yii2-extension",
"keywords": ["yii2","extension","masonry", "isotope", "packery", "metafizzy", "draggabilly"],
"license": "MIT",
"authors": [
{
"name": "Pierre M",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"bower-asset/packery": "*",
"bower-asset/draggabilly": "*",
"bower-asset/isotope": "*",
"bower-asset/masonry": "*",
"bower-asset/imagesloaded" : "*"
},
"extra": {
"asset-repositories": [
{
"name": "bower-asset/eventemitter",
"type": "bower-vcs",
"url": "git://github.com/Olical/EventEmitter.git"
}
]
},
"autoload": {
"psr-4": {
"devleaks\\metafizzy\\": ""
}
}
}