2013-02-13 07:40:08 +04:00
|
|
|
{
|
2015-12-01 20:16:42 +03:00
|
|
|
"name": "openseadragon",
|
2015-11-13 00:44:05 +03:00
|
|
|
"version": "2.1.0",
|
2013-02-21 22:45:14 +04:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2015-11-26 17:59:44 +03:00
|
|
|
"keywords": ["image", "zoom", "pan"],
|
|
|
|
"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 19:01:57 +04:00
|
|
|
"devDependencies": {
|
2014-06-02 22:02:22 +04:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-clean": "^0.5.0",
|
2015-06-30 00:21:53 +03:00
|
|
|
"grunt-contrib-compress": "^0.9.1",
|
2014-06-02 22:02:22 +04:00
|
|
|
"grunt-contrib-concat": "^0.4.0",
|
2015-06-30 00:21:53 +03:00
|
|
|
"grunt-contrib-connect": "^0.7.1",
|
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
2014-06-02 22:02:22 +04:00
|
|
|
"grunt-contrib-uglify": "^0.4.0",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2015-06-30 00:21:53 +03:00
|
|
|
"grunt-git-describe": "^2.3.2",
|
|
|
|
"grunt-qunit-istanbul": "^0.5.0",
|
|
|
|
"grunt-text-replace": "^0.3.11",
|
|
|
|
"qunitjs": "^1.18.0"
|
2013-02-21 22:45:14 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
2013-02-14 22:06:28 +04:00
|
|
|
}
|