forked from usnistgov/OpenSeadragonFiltering
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "openseadragon-filtering",
"version": "1.0.0",
"description": "OpenSeadragon plugin providing filtering capabilities to the images.",
"main": "openseadragon-filtering.js",
"repository": {
"type": "git",
"url": "git+https://github.com/usnistgov/OpenSeadragonFiltering.git"
},
"keywords": [
"openseadragon",
"filtering",
"image",
"processing",
"zoom",
"seadragon",
"deepzoom"
],
"author": "Antoine Vandecreme",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/usnistgov/OpenSeadragonFiltering/issues"
},
"homepage": "https://github.com/usnistgov/OpenSeadragonFiltering#readme",
"dependencies": {
"eslint-webpack-plugin": "^4.2.0",
"jquery-ui": "^1.14.1",
"jquery-ui-dist": "^1.13.3",
"openseadragon": ">=5.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.17.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-jsdoc": "^50.6.1",
"jquery": "^3.7.1",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-jquery-ui": "^2.0.1"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"clean": "rm -rf dist",
"lint": "npx eslint --fix ."
}
}