-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 964 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
34
35
36
37
38
39
40
41
{
"name": "OpenSeadragonMagnifier",
"version": "1.1.0",
"description": "An OpenSeadragon plugin to view part of the image magnified.",
"main": "dist/openseadragonmagnifier.js",
"module": "module/openseadragonmagnifier.js",
"scripts": {
"prebuild": "eslint src/*.js",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picturae/OpenSeadragonMagnifier.git"
},
"keywords": [
"openseadragon",
"magnifier"
],
"contributors": [
{
"name": "Petar Petrov"
},
{
"name": "Hendrik Lammers"
},
{
"name": "Onno van der Zee"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/picturae/OpenSeadragonMagnifier/issues"
},
"homepage": "https://github.com/picturae/OpenSeadragonMagnifier",
"devDependencies": {
"eslint": "^7.21.0",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.6.0"
}
}