2013-02-12 22:40:08 -05:00
|
|
|
{
|
2015-12-01 09:16:42 -08:00
|
|
|
"name": "openseadragon",
|
2017-09-19 09:54:38 -07:00
|
|
|
"version": "2.3.1",
|
2013-02-21 10:45:14 -08:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2015-12-03 09:31:46 -08:00
|
|
|
"keywords": ["image", "zoom", "pan", "openseadragon", "seadragon", "deepzoom", "dzi", "iiif", "osm", "tms"],
|
2015-11-26 09:59:44 -05:00
|
|
|
"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"
|
|
|
|
},
|
2013-03-01 10:01:57 -05:00
|
|
|
"devDependencies": {
|
2014-06-02 11:02:22 -07:00
|
|
|
"grunt": "^0.4.5",
|
2016-01-26 18:15:26 -05:00
|
|
|
"grunt-contrib-clean": "^0.7.0",
|
2017-07-14 16:46:55 -07:00
|
|
|
"grunt-contrib-compress": "^1.4.3",
|
2017-01-07 17:38:38 +01:00
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
2016-01-26 18:15:26 -05:00
|
|
|
"grunt-contrib-connect": "^0.11.2",
|
2017-01-07 17:38:38 +01:00
|
|
|
"grunt-contrib-uglify": "^2.0.0",
|
2014-06-02 11:02:22 -07:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-06-29 14:21:53 -07:00
|
|
|
"grunt-git-describe": "^2.3.2",
|
2017-01-08 15:52:57 +01:00
|
|
|
"grunt-eslint": "^19.0.0",
|
2016-01-26 18:15:26 -05:00
|
|
|
"grunt-qunit-istanbul": "^0.6.0",
|
|
|
|
"grunt-text-replace": "^0.4.0",
|
|
|
|
"qunitjs": "^1.20.0"
|
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
|
|
|
}
|