openseadragon/package.json

23 lines
636 B
JSON
Raw Normal View History

{
"name": "OpenSeadragon",
2015-11-13 00:44:05 +03:00
"version": "2.1.0",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": {
2014-06-02 22:02:22 +04:00
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.9.1",
2014-06-02 22:02:22 +04:00
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
2014-06-02 22:02:22 +04:00
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-git-describe": "^2.3.2",
"grunt-qunit-istanbul": "^0.5.0",
"grunt-text-replace": "^0.3.11",
"qunitjs": "^1.18.0"
},
"scripts": {
"test": "grunt test"
}
2013-02-14 22:06:28 +04:00
}