-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 984 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
{
"name": "openseadragon-opacity-slider",
"version": "1.0.0",
"description": "This plugin adds to OpenSeaDragon the functionality to adjust the transparency of superimposed images in the GUI, as well as to adjust their order.",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"build-gh-pages": "vite build --c vite.config.gh-pages.js",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WasMachenSachen/openseadragon-opacity-slider.git"
},
"keywords": [
"openseadragon"
],
"author": "Tim Loges, Benedikt Engel, Chris Toth, Marius Scherff",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/WasMachenSachen/openseadragon-opacity-slider/issues"
},
"homepage": "https://github.com/WasMachenSachen/openseadragon-opacity-slider#readme",
"devDependencies": {
"vite": "2.8.6"
}
}