-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
40 lines (40 loc) · 1.29 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
37
38
39
40
{
"name": "automizy/automizy-email-editor",
"description": "Design mobile friendly HTML emails in your application.",
"type": "library",
"keywords": [
"automizy-email-editor",
"automizy",
"email-editor",
"automizy-js",
"automizy-js-api",
"email",
"editor",
"free",
"integrate",
"responsive",
"mobile-friendly"
],
"homepage": "http://developers.automizy.com/emaileditor",
"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-Email-Editor/issues",
"wiki": "https://github.com/Automizy/Automizy-Email-Editor/wiki",
"source": "https://github.com/Automizy/Automizy-Email-Editor",
"docs": "http://developers.automizy.com/emaileditor"
},
"prefer-stable": true,
"config": {
"vendor-dir":".composer"
},
"require-dev":{
"zendframework/zend-i18n":"2.*"
}
}