forked from NatLibFi/Skosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 828 Bytes
/
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
{
"name": "nat-lib-fi/skosmos",
"description": "Thesaurus and controlled vocabulary browser using SKOS and SPARQL",
"type": "project",
"license": "MIT",
"require": {
"components/jquery": "1.11.*",
"components/jqueryui": "1.10.*",
"components/handlebars.js": "v1.3.0",
"easyrdf/easyrdf": "0.9.*",
"twig/twig": "1.13.*",
"twig/extensions": "1.*",
"twitter/bootstrap": "3.2.*",
"twitter/typeahead.js": "v0.10.5",
"willdurand/negotiation": "1.3.*",
"vakata/jstree": "3.0.*",
"phpunit/phpunit": "4.2.*",
"punic/punic": "1.4.0",
"ml/json-ld": "1.*",
"ext-gettext": "*"
},
"require-dev": {
"umpirsky/twig-gettext-extractor": "1.1.*",
"phpdocumentor/phpdocumentor": "2.*"
}
}