{
  "name": "dwv",
  "version": "0.26.0",
  "description": "DICOM Web Viewer.",
  "keywords": [
    "DICOM",
    "medical",
    "imaging"
  ],
  "license": "GPL-3.0",
  "author": "ivmartel <ivmartel@gmail.com>",
  "homepage": "https://ivmartel.github.io/dwv/",
  "repository": {
    "type": "git",
    "url": "git://github.com/ivmartel/dwv.git"
  },
  "main": "dist/dwv.min.js",
  "dependencies": {
    "i18next": "~12.1.0",
    "i18next-browser-languagedetector": "~3.0.0",
    "i18next-xhr-backend": "~2.0.0",
    "jszip": "~3.2.0",
    "konva": "~2.6.0",
    "magic-wand-js": "~1.0.0"
  },
  "devDependencies": {
    "grunt": "~1.0.3",
    "grunt-cli": "~1.3.2",
    "grunt-contrib-concat": "~1.0.1",
    "grunt-contrib-connect": "~2.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jshint": "~2.1.0",
    "grunt-contrib-uglify": "~4.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-coveralls": "~2.0.0",
    "grunt-jsdoc": "~2.4.0",
    "grunt-qunit-istanbul": "~1.0.0",
    "http-server": "^0.11.1",
    "ink-docstrap": "~1.3.2",
    "qunit": "~2.9.1"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test",
    "test-ci": "grunt test-ci",
    "build": "grunt build",
    "doc": "grunt doc",
    "dev": "grunt dev"
  }
}
