{ "name": "dwv", "version": "0.23.0-beta", "description": "DICOM Web Viewer.", "keywords": [ "DICOM", "medical", "imaging" ], "license": "GPL-3.0", "author" : "ivmartel ", "homepage": "https://ivmartel.github.io/dwv/", "repository": { "type": "git", "url": "git://github.com/ivmartel/dwv.git" }, "main": "dist/dwv.min.js", "dependencies": { "modernizr": "~3.5.0", "i18next": "~10.0.7", "i18next-xhr-backend": "~1.5.0", "i18next-browser-languagedetector": "~2.1.0", "jszip": "~3.1.3", "konva": "~1.7.3" }, "devDependencies": { "grunt": "~1.0.1", "grunt-cli": "~1.2", "grunt-contrib-jshint": "~1.1.0", "grunt-qunit-istanbul": "~1.0.0", "grunt-coveralls": "~1.0", "grunt-contrib-concat": "~1.0", "grunt-contrib-uglify": "~3.3.0", "grunt-jsdoc": "~2.2.0", "ink-docstrap": "~1.3" }, "scripts": { "test": "grunt publish --verbose" } }