mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Added dependencies to package.json
This commit is contained in:
parent
b4f041b9ab
commit
88b1cbf8c7
15
package.json
15
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user