-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (55 loc) · 1.56 KB
/
composer.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "gridguyz/embed",
"type": "gridguyz-module",
"description": "Embed module for Gridguyz CMS",
"license": "CC-BY-SA-3.0",
"keywords": [
"gridguyz",
"module",
"embed"
],
"homepage": "http://gridguyz.com/",
"authors": [
{
"name": "Mihály Farkas",
"email": "mihaly.farkas@megaweb.hu",
"homepage": "http://gridguyz.com/",
"role": "Developer"
},
{
"name": "David Pozsar",
"email": "david.pozsar@megaweb.hu",
"homepage": "http://gridguyz.com/",
"role": "Developer"
}
],
"support": {
"email": "dev@megaweb.hu",
"source": "https://github.com/gridguyz/embed"
},
"require": {
"php": ">=5.4",
"gridguyz/module-installer": "*",
"gridguyz/core": "*"
},
"autoload": {
"psr-0": {
"Grid\\Embed": "src/"
},
"classmap": [
"Module.php"
]
},
"extra": {
"display-icon": {
"63": "https://raw.github.com/gridguyz/embed/%reference%/icons/63x63.png"
},
"display-name": {
"en": "Simplified Media Embed (oEmbed)"
},
"display-description": {
"en": "Would you like to embed videos from Youtube, Vimeo, galleries from FlickR, presentations from Slideshare or WordPress content? With the support of the oEmbed format, you can do all this and much more in a smart and easy way."
},
"module": "Grid\\Embed"
}
}