2013-02-12 22:40:08 -05:00
|
|
|
{
|
2013-02-21 10:45:14 -08:00
|
|
|
"name": "OpenSeadragon",
|
2013-11-23 10:39:37 -08:00
|
|
|
"version": "1.0.0",
|
2013-02-21 10:45:14 -08:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2013-03-01 10:01:57 -05:00
|
|
|
"devDependencies": {
|
2013-11-17 08:17:13 -08:00
|
|
|
"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",
|
2013-04-09 14:44:08 -04:00
|
|
|
"grunt-git-describe": "~2.0.0",
|
2013-11-17 08:17:13 -08:00
|
|
|
"grunt-text-replace": "~0.3.9"
|
2013-02-21 10:45:14 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
2013-02-14 10:06:28 -08:00
|
|
|
}
|