-
-
Notifications
You must be signed in to change notification settings - Fork 192
/
Copy pathbower.json
31 lines (31 loc) Β· 983 Bytes
/
bower.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
{
"name": "Universal Viewer",
"version": "1.5.8",
"description": "The Universal Viewer is an open source project to enable cultural heritage institutions to present their digital artifacts in an IIIF-compliant and highly customisable user interface.",
"repository": {
"type": "git",
"url": "git://github.com/UniversalViewer/universalviewer"
},
"authors": [
"edsilv <[email protected]>"
],
"ignore": [
"examples",
"src",
"tasks",
"tests"
],
"dependencies": {},
"devDependencies": {
"es6-promise": "~2.2.0",
"extensions": "edsilv/extensions#~0.1.5",
"http-status-codes": "edsilv/http-status-codes#~0.0.2",
"jquery-plugins": "edsilv/jquery-plugins#~0.0.14",
"lodash-compat": "~3.10.0",
"manifesto": "universalviewer/manifesto#dev",
"r.js": "~2.1.18",
"utils": "edsilv/utils#~0.0.23",
"uv-cy-GB-theme": "universalviewer/uv-cy-GB-theme",
"uv-en-GB-theme": "universalviewer/uv-en-GB-theme"
}
}