{
  "name": "ng-modal",
  "version": "1.0.2",
  "description": "Angular 2.3+ modal dialogs",
  "main": "index.js",
  "scripts": {
    "cleanup": "rimraf dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
    "bundling": "rollup -c",
    "minify": "uglifyjs dist/bundles/ng-modal.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ng-modal.umd.min.js",
    "copy": "copyfiles LICENSE README.md dist",
    "build": "npm run cleanup && ngc && npm run bundling && npm run minify && npm run copy"
  },
  "keywords": [
    "angular",
    "angular2",
    "modal",
    "ngx-modal"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/deej81/ng-modal"
  },
  "bugs": {
    "url": "https://github.com/deej81/ng-modal/issues"
  },
  "author": "Dan Jordan <dan.jordan@highspeedtraining.co.uk>",
  "license": "MIT",
  "devDependencies": {
    "@angular/compiler": "^4.3.0",
    "@angular/compiler-cli": "4.3.0",
    "copyfiles": "^1.0.0",
    "rimraf": "^2.5.4",
    "rollup": "^0.37.0",
    "typescript": "~2.4.1",
    "uglify-js": "^2.7.5"
  },
  "dependencies": {
    "@angular/common": "^4.3.0",
    "@angular/core": "^4.3.0",
    "reflect-metadata": "^0.1.8",
    "rxjs": "^5.0.1",
    "zone.js": "^0.7.2"
  },
  "readme": "./README.md"
}
