mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
be4d5ad7f7
Update the package responsible for running tests, grunt-contrib-qunit. The package change includes a significant bump to the puppeteer version used to run the tests (from v9 -> v19: https://github.com/gruntjs/grunt-contrib-qunit#release-history). Running the tests with the newer puppeteer version leads to issues running the FullScreen test when run in the 'old'/current default headless mode (the test fails with a timeout). Updating to the 'new' headless mode (eventually to be the default anyway), seems to allow the fullscreen request to succeed. Thus, go ahead and extend the FullScreen test to verify the correct values for a successful request, as well as an additional step to exit fullscreen mode.
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "openseadragon",
|
|
"version": "4.1.0",
|
|
"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": {
|
|
"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.0.1",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"prepare": "grunt build"
|
|
}
|
|
}
|