a8aa0f7d
alex
Add new noam148 m...
|
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
|
{
"name": "noam148/yii2-image-manager",
"description": "A Yii2 module/widget for upload and cropping images",
"keywords": [
"yii2",
"extension",
"widget",
"module",
"image",
"upload",
"crop",
"manager"
],
"homepage": "https://github.com/noam148/yii2-image-manager",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Noam148",
"homepage": "https://github.com/noam148/"
}
],
"require": {
"yiisoft/yii2": "*",
"noam148/yii2-image-resize": "*",
"kartik-v/yii2-widget-fileinput": "@dev"
},
"autoload": {
"psr-4": {
"noam148\\imagemanager\\": ""
}
}
}
|