Added test script call to package

This commit is contained in:
Ian Gilman 2013-02-01 15:11:41 -08:00
parent e43b27228f
commit 9e53ddb10d

View File

@ -2,5 +2,8 @@
"name": "openseadragon",
"version": "0.9.95",
"description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
"dependencies": ["grunt", "qunitjs", "phantomjs"]
"dependencies": ["grunt", "qunitjs", "phantomjs"],
"scripts": {
"test": "grunt test"
}
}