openseadragon/package.json

21 lines
573 B
JSON
Raw Normal View History

{
"name": "OpenSeadragon",
2013-05-09 22:04:31 +04:00
"version": "0.9.126",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": {
"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.2.0",
"grunt-contrib-connect": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
2013-03-21 21:26:03 +04:00
"grunt-contrib-clean": "~0.4.0",
"grunt-git-describe": "~2.0.0"
},
"scripts": {
"test": "grunt test"
}
2013-02-14 22:06:28 +04:00
}