2013-02-13 07:40:08 +04:00
|
|
|
{
|
2013-02-21 22:45:14 +04:00
|
|
|
"name": "OpenSeadragon",
|
2013-09-23 21:00:09 +04:00
|
|
|
"version": "0.9.131",
|
2013-02-21 22:45:14 +04:00
|
|
|
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
|
2013-03-01 19:01:57 +04:00
|
|
|
"devDependencies": {
|
2013-02-21 22:45:14 +04:00
|
|
|
"grunt": "~0.4.0",
|
2013-05-10 05:05:38 +04:00
|
|
|
"grunt-contrib-compress": "~0.5.0",
|
2013-02-21 22:45:14 +04:00
|
|
|
"grunt-contrib-concat": "~0.1.2",
|
2013-06-19 01:18:47 +04:00
|
|
|
"grunt-contrib-jshint": "~0.6.0",
|
2013-06-19 22:30:44 +04:00
|
|
|
"grunt-contrib-uglify": "~0.2.2",
|
2013-03-25 21:42:23 +04:00
|
|
|
"grunt-contrib-qunit": "~0.2.0",
|
2013-02-21 22:45:14 +04:00
|
|
|
"grunt-contrib-connect": "~0.1.2",
|
2013-02-27 21:59:51 +04:00
|
|
|
"grunt-contrib-watch": "~0.2.0",
|
2013-03-21 21:26:03 +04:00
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
2013-04-09 22:44:08 +04:00
|
|
|
"grunt-git-describe": "~2.0.0",
|
|
|
|
"grunt-text-replace": "~0.3.2"
|
2013-02-21 22:45:14 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
2013-02-14 22:06:28 +04:00
|
|
|
}
|