{
  "name": "ng2-canvas-whiteboard-compit",
  "version": "1.0.0-beta.1.38",
  "description": "A Canvas component for Angular2 which supports free drawing and polygons.",
  "main": "index.js",
  "scripts": {
    "watch": "tsc --watch",
    "build": "rm -rf dist && ngc"
  },
  "files": [
    "dist",
    "index.js",
    "index.d.ts"
  ],
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compit-ltd/ng2-canvas-whiteboard.git"
  },
  "author": "Erez Sharir",
  "license": "MIT",
  "keywords": [
    "angular2",
    "angular",
    "angular4",
    "canvas",
    "drawing",
    "touch drawing",
    "whiteboard",
    "colorpicker",
    "canvas colorpicker"
  ],
  "dependencies": {
    "@angular/compiler": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "typescript": "^2.5.1"
  },
  "devDependencies": {
    "@angular/cli": "^1.6.4",
    "@angular/compiler-cli": "^5.0.0",
    "typescript": "^2.5.1",
    "rxjs": "5.5.2",
    "zone.js": "0.8.5"
  },
  "bugs": {
    "url": "https://github.com/compit-ltd/ng2-canvas-whiteboard/issues"
  },
  "homepage": "https://github.com/compit-ltd/ng2-canvas-whiteboard#readme",
  "directories": {
    "example": "example"
  }
}
