mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-03-30 12:10:12 +03:00
Added dependencies to package.json
This commit is contained in:
parent
b4f041b9ab
commit
88b1cbf8c7
1 changed files with 12 additions and 3 deletions
15
package.json
15
package.json
|
@ -1,4 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "openseadragon",
|
"name": "openseadragon",
|
||||||
"version": "0.9.114"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue