{
  "name": "dwv",
  "description": "DICOM Web Viewer.",
  "keywords": [
    "DICOM",
    "medical",
    "imaging"
  ],
  "license": "GPL-3.0",
  "authors": [
    "ivmartel <ivmartel@gmail.com>"
  ],
  "homepage": "https://ivmartel.github.io/dwv/",
  "repository": {
    "type": "git",
    "url": "git://github.com/ivmartel/dwv.git"
  },
  "main": "dist/dwv.js",
  "dependencies": {
    "i18next": "~11.6.0",
    "i18next-browser-languagedetector": "~2.2.0",
    "i18next-xhr-backend": "~1.5.1",
    "jszip": "~3.1.3",
    "konva": "~2.2.1"
  },
  "devDependencies": {
    "qunit": "~2.6.0"
  },
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "ignore": [
    "**/.*",
    "resources/conquest",
    "resources/doc",
    "resources/module",
    "resources/scripts",
    "src",
    "tests",
    "Gruntfile.js",
    "package.json"
  ]
}
