-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add author. Reformat code into 2 space indentation. Add branch-alias.
- Loading branch information
1 parent
40bcbc0
commit f9d6879
Showing
1 changed file
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,38 @@ | ||
{ | ||
"name": "omcrn/yii2-owl-carousel", | ||
"description": "Simple owl carousel widget for yii2 ", | ||
"type": "yii2-extension", | ||
"keywords": ["owl","owl-carousel","widget","assetBundle","yii2","extension"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Guga Grigolia", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"yiisoft/yii2": "*", | ||
"bower-asset/owl.carousel": "^v2.0.0" | ||
"name": "omcrn/yii2-owl-carousel", | ||
"description": "Simple owl carousel widget for yii2 ", | ||
"type": "yii2-extension", | ||
"keywords": [ | ||
"owl", | ||
"owl-carousel", | ||
"widget", | ||
"assetBundle", | ||
"yii2", | ||
"extension" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Guga Grigolia", | ||
"email": "[email protected]" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"omicronsoft\\owlcarousel\\": "" | ||
} | ||
{ | ||
"name": "Zura Sekhniashvili", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"yiisoft/yii2": "*", | ||
"bower-asset/owl.carousel1": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"omicronsoft\\owlcarousel\\": "" | ||
} | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.x-dev" | ||
} | ||
} | ||
} |