mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"name": "OpenSeadragon",
|
|
"version": "0.9.120",
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
|
"dependencies": {
|
|
"grunt": "0.3.17",
|
|
"qunitjs": "1.11.0",
|
|
"phantomjs": "1.8.1-3"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|