-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.03 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
{
"name": "riksarkivet/yeah-demo",
"description": "Riksarkivet's demonstration of capabilities of Linked Open Data, made under the YEAH! (You Enhance Access to History!) project.",
"authors": [
{
"name": "Björn Ali Göransson",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/moment/moment.git"
},
{
"type": "package",
"package": {
"name": "codemirror/codemirror",
"version": "3.19",
"dist": {
"url": "http://codemirror.net/codemirror-3.19.zip",
"type": "zip"
}
}
}
],
"require": {
"components/jquery": "1.*",
"components/underscore": "*",
"twitter/bootstrap": "v3.0.0",
"fortawesome/font-awesome": "3.*",
"leafo/lessphp": "0.4.0",
"moment/moment": "dev-master",
"codemirror/codemirror": "3.*",
"jsor/proj4php": "dev-master"
}
}