forked from altert/OpenseadragonFabricjsOverlay
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 867 Bytes
/
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
{
"name": "openseadragon-fabricjs-overlay",
"version": "0.2.0",
"description": "An OpenSeadragon plugin that adds fabricjs canvas overlay capability.",
"main": "index.js",
"dependencies": {
"openseadragon": "^2.0.0"
},
"devDependencies": {},
"peerDependencies": {
"openseadragon": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamjarling/openseadragon-fabricjs-overlay.git"
},
"files": [],
"keywords": [
"openseadragon",
"plugin",
"canvas",
"overlay"
],
"author": "Alexey Tikhonov",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/adamjarling/openseadragon-fabricjs-overlay/issues"
},
"homepage": "https://github.com/adamjarling/openseadragon-fabricjs-overlay#readme"
}