openseadragon/package.json
2013-02-15 10:58:57 -08:00

15 lines
357 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",
"grunt-contrib-compress": "0.3.3"
},
"scripts": {
"test": "grunt test"
}
}