2013-02-12 22:40:08 -05:00
|
|
|
{
|
2013-02-21 10:45:14 -08:00
|
|
|
"name": "OpenSeadragon",
|
2013-02-27 12:00:34 -08:00
|
|
|
"version": "0.9.121",
|
2013-02-21 10:45:14 -08:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
|
|
|
"dependencies": {
|
|
|
|
"grunt": "~0.4.0",
|
|
|
|
"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",
|
2013-02-27 09:59:51 -08:00
|
|
|
"grunt-contrib-watch": "~0.2.0",
|
|
|
|
"grunt-contrib-clean": "~0.4.0"
|
2013-02-21 10:45:14 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
2013-02-14 10:06:28 -08:00
|
|
|
}
|