forked from WikiValley/RDFIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 726 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 726 Bytes
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
{
"name": "rdfio/rdfio",
"type": "mediawiki-extension",
"description": "RDFIO extension for importing data in RDF format to Semantic MediaWiki",
"keywords": [
"MediaWiki",
"Semantic MediaWiki",
"RDF",
"Linked Data"
],
"homepage": "https://mediawiki.org/wiki/Extension:RDFIO",
"license": "GPL-2.0",
"authors": [
{
"name": "Samuel Lampa",
"homepage": "http://bionics.it",
"role": "Author"
},
{
"name":"Ali King",
"homepage": "http://koshatnik.com",
"role": "Author"
}
],
"support": {},
"require": {
"composer/installers": ">=1.0.1",
"mediawiki/semantic-media-wiki": ">=2.3",
"semsol/arc2": ">=v2.2.4"
},
"extra": {
"branch-alias": {
"dev-master": "v2.1.x-dev"
}
}
}