forked from emigre/openseadragon-annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 689 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 689 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
{
"name": "openseadragon-annotations",
"version": "0.0.1",
"authors": [
"Gaspar Rey <info@gasparrey.com> (http://www.gasparrey.com/)"
],
"license": "BSD-2-Clause",
"description": "OpenSeadragon annotations plugin",
"homepage": "https://github.com/Emigre/openseadragon-annotations",
"repository": {
"type": "git",
"url": "https://github.com/Emigre/openseadragon-annotations.git"
},
"main": "src/openseadragon-annotations.js",
"moduleType": "es6",
"dependencies": {
"openseadragon": "~2.0.0",
"openseadragon-annotations": "^0.0.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"img/preview.gif"
]
}