mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
21 lines
550 B
JSON
21 lines
550 B
JSON
{
|
|
"name": "OpenSeadragon",
|
|
"version": "0.9.120",
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
|
"dependencies": {
|
|
"grunt": "~0.4.0",
|
|
"qunitjs": "1.11.0",
|
|
"phantomjs": "1.8.1-3",
|
|
"grunt-contrib-compress": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.1.2",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.1.1",
|
|
"grunt-contrib-qunit": "~0.1.1",
|
|
"grunt-contrib-connect": "~0.1.2",
|
|
"grunt-contrib-watch": "~0.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|