openseadragon/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

{
2015-12-01 20:16:42 +03:00
"name": "openseadragon",
2016-06-21 20:06:25 +03:00
"version": "2.2.1",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
2015-12-03 20:31:46 +03:00
"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": {
2014-06-02 22:02:22 +04:00
"grunt": "^0.4.5",
2016-01-27 02:15:26 +03:00
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^1.0.1",
2016-01-27 02:15:26 +03:00
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^2.0.0",
2014-06-02 22:02:22 +04:00
"grunt-contrib-watch": "^0.6.1",
"grunt-git-describe": "^2.3.2",
2016-01-27 02:15:26 +03:00
"grunt-qunit-istanbul": "^0.6.0",
"grunt-text-replace": "^0.4.0",
"qunitjs": "^1.20.0"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt build"
}
2013-02-14 22:06:28 +04:00
}