2013-02-13 07:40:08 +04:00
|
|
|
{
|
2015-12-01 20:16:42 +03:00
|
|
|
"name": "openseadragon",
|
2021-12-15 22:33:54 +03:00
|
|
|
"version": "3.0.0",
|
2013-02-21 22:45:14 +04:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2017-12-02 03:20:44 +03:00
|
|
|
"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",
|
2015-11-26 17:59:44 +03:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon/issues"
|
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
2017-12-02 03:20:44 +03:00
|
|
|
"files": [
|
|
|
|
"build/openseadragon/"
|
|
|
|
],
|
2015-11-26 17:59:44 +03:00
|
|
|
"main": "build/openseadragon/openseadragon.js",
|
|
|
|
"repository": {
|
2017-12-02 03:20:44 +03:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon.git"
|
2015-11-26 17:59:44 +03:00
|
|
|
},
|
2013-03-01 19:01:57 +04:00
|
|
|
"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",
|
2018-05-11 20:53:16 +03:00
|
|
|
"grunt-git-describe": "^2.4.4",
|
2018-01-02 03:17:13 +03:00
|
|
|
"grunt-istanbul": "^0.8.0",
|
2016-01-27 02:15:26 +03:00
|
|
|
"grunt-text-replace": "^0.4.0",
|
2017-12-02 03:20:44 +03:00
|
|
|
"qunitjs": "2.4.1"
|
2013-02-21 22:45:14 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-01-27 02:32:08 +03:00
|
|
|
"test": "grunt test",
|
2017-07-18 02:38:18 +03:00
|
|
|
"prepare": "grunt build"
|
2013-02-21 22:45:14 +04:00
|
|
|
}
|
2013-02-14 22:06:28 +04:00
|
|
|
}
|