openseadragon/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

{
2015-12-01 20:16:42 +03:00
"name": "openseadragon",
2019-07-04 00:56:51 +03:00
"version": "2.4.1",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"keywords": [
"image",
"zoom",
"pan",
"openseadragon",
"seadragon",
"deepzoom",
"dzi",
"iiif",
"osm",
"tms"
],
"homepage": "http://openseadragon.github.io/",
"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": {
2018-12-11 23:02:24 +03:00
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-qunit": "^3.1.0",
2018-12-11 23:02:24 +03:00
"grunt-contrib-uglify": "^3.4.0",
2018-05-14 21:59:20 +03:00
"grunt-contrib-watch": "^1.1.0",
2018-12-11 23:02:24 +03:00
"grunt-eslint": "^20.2.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
}