2013-02-13 07:40:08 +04:00
|
|
|
{
|
2022-06-08 00:00:35 +03:00
|
|
|
"name": "openseadragon",
|
2023-05-25 23:53:17 +03:00
|
|
|
"version": "4.1.0",
|
2022-06-08 00:00:35 +03:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
|
|
|
"keywords": [
|
|
|
|
"image",
|
|
|
|
"zoom",
|
|
|
|
"pan",
|
|
|
|
"openseadragon",
|
|
|
|
"seadragon",
|
|
|
|
"deepzoom",
|
|
|
|
"dzi",
|
|
|
|
"iiif",
|
|
|
|
"osm",
|
|
|
|
"tms"
|
|
|
|
],
|
|
|
|
"homepage": "https://openseadragon.github.io/",
|
|
|
|
"funding": "https://opencollective.com/openseadragon",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon/issues"
|
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"files": [
|
|
|
|
"build/openseadragon/"
|
|
|
|
],
|
|
|
|
"main": "build/openseadragon/openseadragon.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon.git"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-18 17:50:21 +03:00
|
|
|
"eslint-plugin-compat": "^4.1.2",
|
2023-02-15 16:45:22 +03:00
|
|
|
"grunt": "^1.6.1",
|
|
|
|
"grunt-contrib-clean": "^2.0.1",
|
2022-06-08 00:00:35 +03:00
|
|
|
"grunt-contrib-compress": "^2.0.0",
|
2023-02-15 16:45:22 +03:00
|
|
|
"grunt-contrib-concat": "^2.1.0",
|
2022-06-08 00:00:35 +03:00
|
|
|
"grunt-contrib-connect": "^3.0.0",
|
2023-07-16 13:57:26 +03:00
|
|
|
"grunt-contrib-qunit": "^7.0.1",
|
2022-06-08 00:00:35 +03:00
|
|
|
"grunt-contrib-uglify": "^5.0.1",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2023-02-15 16:45:22 +03:00
|
|
|
"grunt-eslint": "^24.0.1",
|
2022-06-08 00:00:35 +03:00
|
|
|
"grunt-git-describe": "^2.4.4",
|
|
|
|
"grunt-istanbul": "^0.8.0",
|
|
|
|
"grunt-text-replace": "^0.4.0",
|
2023-02-25 15:17:31 +03:00
|
|
|
"qunit": "^2.19.4"
|
2022-06-08 00:00:35 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"prepare": "grunt build"
|
|
|
|
}
|
2023-07-16 13:57:26 +03:00
|
|
|
}
|