2013-02-12 22:40:08 -05:00
|
|
|
{
|
2015-12-01 09:16:42 -08:00
|
|
|
"name": "openseadragon",
|
2021-12-15 11:33:54 -08:00
|
|
|
"version": "3.0.0",
|
2013-02-21 10:45:14 -08:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2017-12-01 16:20:44 -08:00
|
|
|
"keywords": [
|
|
|
|
"image",
|
|
|
|
"zoom",
|
|
|
|
"pan",
|
|
|
|
"openseadragon",
|
|
|
|
"seadragon",
|
|
|
|
"deepzoom",
|
|
|
|
"dzi",
|
|
|
|
"iiif",
|
|
|
|
"osm",
|
|
|
|
"tms"
|
|
|
|
],
|
2021-09-20 11:58:45 -07:00
|
|
|
"homepage": "https://openseadragon.github.io/",
|
|
|
|
"funding": "https://opencollective.com/openseadragon",
|
2015-11-26 09:59:44 -05:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon/issues"
|
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
2017-12-01 16:20:44 -08:00
|
|
|
"files": [
|
|
|
|
"build/openseadragon/"
|
|
|
|
],
|
2015-11-26 09:59:44 -05:00
|
|
|
"main": "build/openseadragon/openseadragon.js",
|
|
|
|
"repository": {
|
2017-12-01 16:20:44 -08:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/openseadragon/openseadragon.git"
|
2015-11-26 09:59:44 -05:00
|
|
|
},
|
2013-03-01 10:01:57 -05:00
|
|
|
"devDependencies": {
|
2021-12-17 15:02:14 -08:00
|
|
|
"grunt": "^1.4.1",
|
2019-12-30 10:46:44 -08:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
2021-12-17 15:02:14 -08: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 11:59:20 -07:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2021-12-17 15:02:14 -08:00
|
|
|
"grunt-eslint": "^24.0.0",
|
2018-05-11 10:53:16 -07:00
|
|
|
"grunt-git-describe": "^2.4.4",
|
2018-01-01 16:17:13 -08:00
|
|
|
"grunt-istanbul": "^0.8.0",
|
2016-01-26 18:15:26 -05:00
|
|
|
"grunt-text-replace": "^0.4.0",
|
2017-12-01 16:20:44 -08:00
|
|
|
"qunitjs": "2.4.1"
|
2013-02-21 10:45:14 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-01-26 18:32:08 -05:00
|
|
|
"test": "grunt test",
|
2017-07-17 19:38:18 -04:00
|
|
|
"prepare": "grunt build"
|
2013-02-21 10:45:14 -08:00
|
|
|
}
|
2013-02-14 10:06:28 -08:00
|
|
|
}
|