labway-openseadragon
Version:
Provides a smooth, zoomable user interface for HTML/Javascript.
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "labway-openseadragon",
"version": "6.7.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
"zoom",
"pan",
"openseadragon",
"seadragon",
"deepzoom",
"dzi",
"iiif",
"osm",
"tms"
],
"files": [
"build/"
],
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://gitee.com/venlee1993/openseadragon.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint-plugin-compat": "^4.1.2",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-qunit": "^7.0.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.1",
"grunt-git-describe": "^2.4.4",
"grunt-istanbul": "^0.8.0",
"grunt-text-replace": "^0.4.0",
"qunit": "^2.19.4",
"typescript": "^5.6.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
}
}