diff --git a/package.json b/package.json index 835f8ff0..e02904a7 100644 --- a/package.json +++ b/package.json @@ -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" + } }