Added dependencies to package.json

This commit is contained in:
Ian Gilman 2013-02-14 10:06:28 -08:00
parent b4f041b9ab
commit 88b1cbf8c7

View File

@ -1,4 +1,13 @@
{
"name": "openseadragon",
"version": "0.9.114"
}
"name": "openseadragon",
"version": "0.9.114",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"dependencies": {
"grunt": "0.3.17",
"qunitjs": "1.11.0",
"phantomjs": "1.8.1-3"
},
"scripts": {
"test": "grunt test"
}
}