| {
	"name": "daxslab/yii2-sharelinks-widget",
	"description": "Yii2 widget for popular social networks 'share link' generation",
	"keywords": ["share", "social", "network", "yii", "extension", "widget"],
	"homepage": "https://github.com/daxslab/yii2-sharelinks-widget",
	"type": "yii2-extension",
	"license": "MIT",
	"authors": [
		{
			"name": "Carlos C. Caballero Diaz",
			"email": "[email protected] ",
			"homepage" : "https://www.daxslab.com"
		},
		{
			"name": "Gabriel A. López López",
			"email": "[email protected] ",
			"homepage" : "https://www.daxslab.com"
		}
	],
	"require": {
		"yiisoft/yii2": "*"
	},
	"autoload": {
		"psr-4": {
			"daxslab\\sharelinks\\": ""
		}
	}
}
 |