2013-02-12 22:40:08 -05:00
|
|
|
{
|
2013-02-21 10:45:14 -08:00
|
|
|
"name": "OpenSeadragon",
|
2015-01-05 13:17:05 -08:00
|
|
|
"version": "1.2.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": {
|
2014-06-02 11:02:22 -07:00
|
|
|
"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-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-compress": "^0.9.1",
|
2014-06-05 09:53:03 -07:00
|
|
|
"grunt-contrib-connect": "^0.7.1",
|
2014-11-19 16:46:05 -08:00
|
|
|
"qunitjs": "^1.14.0",
|
|
|
|
"grunt-qunit-istanbul": "^0.4.5"
|
2013-02-21 10:45:14 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
2013-02-14 10:06:28 -08:00
|
|
|
}
|