forked from usnistgov/OpenSeadragonFiltering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
42
43
44
45
{
"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": {
"openseadragon": ">=2.1"
},
"devDependencies": {
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"eslint": "^2.1.0",
"eslint-loader": "^1.3.0",
"eslint-config-defaults": "^9.0.0",
"file-loader": "^0.8.5",
"jquery": "^3.3.0",
"webpack-jquery-ui": "1.0.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"clean": "rm -rf dist"
}
}