forked from UniversalViewer/universalviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.46 KB
/
package.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "universalviewer",
"version": "2.0.2",
"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+https://github.com/universalviewer/universalviewer.git"
},
"keywords": [
"IIIF",
"viewer"
],
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/universalviewer/universalviewer/issues"
},
"scripts": {
"postinstall": "opencollective postinstall"
},
"homepage": "https://github.com/universalviewer/universalviewer",
"devDependencies": {
"async": "^0.9.0",
"base-component": "viewdir/base-component#v1.0.8",
"chalk": "^0.5.1",
"cucumber": "^0.4.5",
"eventemitter2": "^1.0.3",
"exjs": "BSick7/exjs",
"extensions": "edsilv/extensions#v0.1.11",
"glob": "^4.3.5",
"glob-array": "^0.1.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-exec": "~0.4.2",
"grunt-protractor-runner": "^1.1.4",
"grunt-sync": "^0.2.3",
"grunt-text-replace": "~0.3.7",
"grunt-typescript": "^0.8.0",
"hooker": "^0.2.3",
"http-status-codes": "edsilv/http-status-codes#v0.0.5",
"iiif-gallery-component": "viewdir/iiif-gallery-component#v1.0.6",
"iiif-metadata-component": "viewdir/iiif-metadata-component#v1.0.10",
"iiif-tree-component": "viewdir/iiif-tree-component#v1.0.7",
"jquery-plugins": "edsilv/jquery-plugins#v0.0.26",
"jquery-tiny-pubsub": "edsilv/jquery-tiny-pubsub#v0.7.2",
"json-schema-generator": "krg7880/json-schema-generator",
"key-codes": "edsilv/key-codes#v0.0.6",
"less": "^2.4.0",
"lodash": "^3.1.0",
"manifold": "viewdir/manifold#v1.1.12",
"ncp": "^2.0.0",
"openseadragon": "^2.2.1",
"protractor": "1.3.1",
"requirejs": "2.2.0",
"three.js": "^0.73.0",
"units": "edsilv/Units",
"utils": "edsilv/utils#v0.0.38",
"virtex3d": "^0.2.6"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/universalviewer",
"logo": "https://opencollective.com/opencollective/logo.txt"
}
}