{
  "name": "dwv-jqmobile",
  "version": "0.1.2",
  "description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery Mobile.",
  "keywords": [
    "DICOM",
    "medical",
    "imaging"
  ],
  "license": "GPL-3.0",
  "author": "ivmartel <ivmartel@gmail.com>",
  "homepage": "https://ivmartel.github.io/dwv-jqmobile/",
  "repository": "git://github.com/ivmartel/dwv-jqmobile.git",
  "dependencies": {
    "dwv": "0.23.5",
    "jquery": "~2.1.4",
    "nprogress": "~0.2.0"
  },
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-cli": "~1.2",
    "grunt-contrib-connect": "~1.0.2",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-watch": "~1.1.0"
  },
  "scripts": {
    "start": "grunt start",
    "dev": "grunt dev",
    "test": "grunt test --verbose"
  },
  "main": "index.js"
}
