-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
32 lines (32 loc) · 1.04 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
{
"name": "automizy/automizy-js",
"description": "Automizy widget collection",
"type": "library",
"keywords": [
"automizyjs",
"automizy",
"free",
"integrate",
"responsive",
"mobilefriendly"
],
"homepage": "http://developers.automizy.com/automizyjs",
"license": "MIT",
"authors":[
{ "name": "Gyorgy Reti", "email": "[email protected]" },
{ "name": "Dominik Sagi", "email": "[email protected]" },
{ "name": "Abel Enekes", "email": "[email protected]" },
{ "name": "Gabor Koncz", "email": "[email protected]" }
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Automizy/Automizy-JS/issues",
"wiki": "https://github.com/Automizy/Automizy-JS/wiki",
"source": "https://github.com/Automizy/Automizy-JS",
"docs": "http://developers.automizy.com/automizyjs"
},
"prefer-stable": true,
"config": {
"vendor-dir":".composer"
}
}