mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
23 lines
635 B
JSON
23 lines
635 B
JSON
{
|
|
"name": "OpenSeadragon",
|
|
"version": "1.1.1",
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.5.0",
|
|
"grunt-text-replace": "^0.3.11",
|
|
"grunt-contrib-concat": "^0.4.0",
|
|
"grunt-git-describe": "^2.3.2",
|
|
"grunt-contrib-uglify": "^0.4.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-contrib-qunit": "^0.5.1",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-compress": "^0.9.1",
|
|
"grunt-contrib-connect": "^0.7.1",
|
|
"qunitjs": "^1.14.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|