openseadragon/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
2015-12-01 20:16:42 +03:00
"name": "openseadragon",
2021-12-15 22:33:54 +03:00
"version": "3.0.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
"zoom",
"pan",
"openseadragon",
"seadragon",
"deepzoom",
"dzi",
"iiif",
"osm",
"tms"
],
2021-09-20 21:58:45 +03:00
"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": {
2021-12-18 02:02:14 +03:00
"grunt": "^1.4.1",
2019-12-30 21:46:44 +03:00
"grunt-contrib-clean": "^2.0.0",
2021-12-18 02:02:14 +03:00
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-qunit": "^5.1.1",
"grunt-contrib-uglify": "^5.0.1",
2018-05-14 21:59:20 +03:00
"grunt-contrib-watch": "^1.1.0",
2021-12-18 02:02:14 +03:00
"grunt-eslint": "^24.0.0",
"grunt-git-describe": "^2.4.4",
"grunt-istanbul": "^0.8.0",
2016-01-27 02:15:26 +03:00
"grunt-text-replace": "^0.4.0",
"qunitjs": "2.4.1"
},
"scripts": {
"test": "grunt test",
"prepare": "grunt build"
}
2013-02-14 22:06:28 +04:00
}