{
  "name": "lucida-img-cropper",
  "version": "0.0.1",
  "description": "Lucida Image Cropper Component",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sunilkumarm080/angular-img-cropper.git"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "npm run clean && ngc -p tsconfig-aot.json",
    "clean": "rimraf dist",
    "copy:release": "node tools/package.json-cleanup.js && copyfiles README.md LICENSE.md dist",
    "preversion": "npm test && npm run build",
    "version": "git commit -am \"Prerelease updates\" && git checkout -b release && git add -f ./",
    "postversion": "git push --tags && git checkout master && git branch -D release && git push && npm publish",
    "release:patch": "npm version patch && npm run copy:release && cd dist && npm publish",
    "release:minor": "npm version minor && npm run copy:release && cd dist && npm publish",
    "release:major": "npm version major && npm run copy:release && cd dist && npm publish",
    "compile": "npm run compile:ts",
    "compile:ts": "tsc",
    "all": "concurrently \"tsc -w \" \"tsc -p runtime -w \" \"npm run lite\" ",
    "start": "concurrently \"tsc -w \" \"tsc -p runtime -w \" \"npm run lite\" ",
    "watch": "tsc -w ",
    "lite": "lite-server"
  },
  "keywords": [
    "angular2",
    "image",
    "cropper"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/core": "^5.0.0"
  },
  "devDependencies": {
    "@angular/common": "5.0.0",
    "@angular/compiler": "5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "@angular/core": "5.0.0",
    "@angular/forms": "5.0.0",
    "@angular/http": "5.0.0",
    "@angular/platform-browser": "5.0.0",
    "@angular/platform-browser-dynamic": "5.0.0",
    "angular-in-memory-web-api": "~0.5.1",
    "concurrently": "^3.4.0",
    "copyfiles": "^1.2.0",
    "core-js": "^2.4.1",
    "es6-shim": "^0.35.1",
    "lite-server": "^2.2.2",
    "ng2-tabs": "0.0.11",
    "reflect-metadata": "^0.1.3",
    "rimraf": "^2.6.1",
    "systemjs": "0.19.27",
    "typescript": "^2.1.5",
    "typings": "^2.1.0",
    "rxjs": "^5.5.2",
    "version": "^0.1.2",
    "zone.js": "^0.8.18"
  },
  "bugs": {
    "url": "https://github.com/sunilkumarm080/angular-img-cropper.git/issues"
  },
  "homepage": "https://github.com/sunilkumarm080/angular-img-cropper.git#readme",
  "author": "Sunil Kumar M"
}
