-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 949 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 949 Bytes
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
{
"name": "openseadragon-imaginghelper",
"version": "2.0.0",
"description": "OpenSeadragon plugin which adds helper properties/methods for imaging applications.",
"license": "MIT",
"homepage": "https://github.com/msalsbery/OpenSeadragonImagingHelper",
"repository": {
"type": "git",
"url": "https://github.com/msalsbery/OpenSeadragonImagingHelper.git"
},
"bugs": "https://github.com/msalsbery/OpenSeadragonImagingHelper/issues",
"keywords": [
"openseadragon",
"openseadragonimaging",
"openseadragon plugin"
],
"engines": {
"node": ">= 5.0.0",
"npm": ">= 6.0.0"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^25.0.0",
"grunt-git-describe": "^2.4.4",
"grunt-jsdoc": "^2.4.1"
}
}