{
  "_from": "konva@~2.6.0",
  "_id": "konva@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-LCOoavICTD9PYoAqtWo8sbxYtCiXdgEeY7vj/Sq8b2bwFmrQr9Ak0RkD4/jxAf5fcUQRL5e1zPLyfRpVndp20A==",
  "_location": "/konva",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "konva@~2.6.0",
    "name": "konva",
    "escapedName": "konva",
    "rawSpec": "~2.6.0",
    "saveSpec": null,
    "fetchSpec": "~2.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/konva/-/konva-2.6.0.tgz",
  "_shasum": "43165b95e32a4378ce532d9113c914f4998409c3",
  "_spec": "konva@~2.6.0",
  "_where": "/var/www/html/homokozo/dicom",
  "author": {
    "name": "Anton Lavrenov"
  },
  "browser": {
    "canvas": false,
    "jsdom": false
  },
  "bugs": {
    "url": "https://github.com/konvajs/konva/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "<p align=\"center\">   <img src=\"https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png\" alt=\"Konva logo\" height=\"180\" /> </p>",
  "devDependencies": {
    "chai": "4.1.2",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-connect": "^5.0.0",
    "gulp-eslint": "^4.0.0",
    "gulp-jscpd": "0.0.8",
    "gulp-jsdoc3": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.1",
    "gulp-uglify": "^3.0.0",
    "gulp-util": "^3.0.8",
    "mocha": "4.0.1",
    "mocha-headless-chrome": "^2.0.0",
    "prettier": "^1.9.2",
    "typescript": "^3.1.3"
  },
  "files": [
    "README.md",
    "konva.js",
    "konva.min.js",
    "src",
    "konva.d.ts"
  ],
  "homepage": "http://konvajs.github.io/",
  "keywords": [
    "canvas",
    "animations",
    "graphic",
    "html5"
  ],
  "license": "MIT",
  "main": "konva.js",
  "name": "konva",
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/konvajs/konva.git"
  },
  "scripts": {
    "build": "gulp build",
    "full-build": "gulp lint && npm t && gulp build",
    "lint": "gulp lint",
    "prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote",
    "start": "gulp",
    "test": "mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
    "typescript": "tsc"
  },
  "typings": "./konva.d.ts",
  "version": "2.6.0"
}
