forked from SemanticMediaWiki/SemanticMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.33 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.33 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
56
57
{
"name": "mediawiki/semantic-maps",
"type": "mediawiki-extension",
"description": "Adds geographic capabilities to Semantic MediaWiki",
"keywords": [
"Semantic Maps",
"Maps",
"SMW",
"Semantic MediaWiki",
"Wiki",
"MediaWiki",
"Google Maps",
"OpenLayers"
],
"homepage": "https://www.semantic-mediawiki.org/wiki/Semantic_Maps",
"license": "GPL-2.0+",
"authors": [
{
"name": "Jeroen De Dauw",
"email": "jeroendedauw@gmail.com",
"homepage": "http://jeroendedauw.com",
"role": "Developer"
}
],
"support": {
"email": "semediawiki-user@lists.sourceforge.net",
"irc": "irc://irc.freenode.net/semantic-mediawiki",
"forum": "https://semantic-mediawiki.org/wiki/semantic-mediawiki.org_talk:Community_portal",
"wiki": "https://semantic-mediawiki.org/wiki/",
"source": "https://github.com/SemanticMediaWiki/SemanticMaps"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "1.*,>=1.0.1",
"data-values/geo": "~1.1",
"mediawiki/maps": "~3.2",
"mediawiki/semantic-media-wiki": "~2.0",
"mediawiki/validator": "~2.0"
},
"suggest": {
"mediawiki/semantic-forms": "Allows entering coordinates via a form map input"
},
"autoload": {
"files" : [
"SemanticMaps.php"
],
"classmap": [
"src/",
"SemanticMaps.hooks.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
}
}