{
  "name": "ngx-pop-over",
  "version": "1.1.0",
  "description": "simple pop over component for angular2 (final release)",
  "keywords": [
    "ng",
    "ngx",
    "angular",
    "angular4",
    "popover",
    "pop-over"
  ],
  "main": "index.js",
  "scripts": {
    "clean": "rimraf .tmp && rimraf dist",
    "transpile": "ngc",
    "package": "rollup -c",
    "minify": "./node_modules/uglify-js/bin/uglifyjs dist/bundles/npm-module-seed.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/npm-module-seed.umd.min.js",
    "copy": "cpx './package-dist.json' dist && renamer --find 'package-dist.json' --replace 'package.json' ./dist/*",
    "build": "npm run clean && npm run transpile && npm run package && npm run minify && npm run copy"
  },
  "author": "Alex Florin <alex.florin2352@gmail.com> (https://www.linkedin.com/in/alex-florin-227958a4/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meiriko/ng2-pop-over/issues"
  },
  "homepage": "TBA",
  "repository": {
    "type": "git",
    "url": "git+TBA"
  },
  "devDependencies": {
    "@angular/compiler": "^4.4.6",
    "@angular/compiler-cli": "^4.4.6",
    "cpx": "^1.5.0",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-replace": "^0.6.1",
    "gulp-shell": "^0.6.3",
    "gulp-tslint": "^8.1.1",
    "gulp-typescript": "^3.2.1",
    "gulpclass": "^0.1.2",
    "renamer": "^0.6.1",
    "rimraf": "^2.5.4",
    "rollup": "^0.41.4",
    "tslint": "^5.5.0",
    "tslint-stylish": "^2.1.0",
    "typescript": "^2.4.2",
    "uglify-js": "^2.7.5"
  },
  "dependencies": {
    "@angular/common": "^4.4.6",
    "@angular/core": "^4.4.6",
    "rxjs": "^5.0.3",
    "zone.js": "^0.8.18"
  }
}
