openseadragon/package.json
Mark Salsbery d2eee6e67c Updated build tool versions
1) Delete/rename 'node_modules' folder
2) run 'npm install'
2013-11-17 08:17:13 -08:00

22 lines
609 B
JSON

{
"name": "OpenSeadragon",
"version": "0.9.131",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-git-describe": "~2.0.0",
"grunt-text-replace": "~0.3.9"
},
"scripts": {
"test": "grunt test"
}
}