{
  "name": "rebirth-ng",
  "version": "6.0.3",
  "license": "MIT",
  "angular-cli": {},
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "ng": "ng",
    "i18n:extract": "ng-xi18n",
    "start": "npm-run-all --parallel client:run server:run",
    "client:run": "ng serve -o",
    "server:run": "nodemon  ./build/mock.server.js",
    "build": "ng build",
    "test": "npm run lint &&  npm run npm:publish && rm -rf ./lib",
    "ut": "ng test --browsers Chrome",
    "lint": "ng lint",
    "lint-fix": "tslint -c tslint.json src/**/*.ts --fix",
    "e2e": "ng e2e",
    "typedoc": "typedoc",
    "typedocs": "npm run typedoc -- --options typedoc.json  --exclude '**/*.spec.ts' ./src/app/exports/",
    "compodocs:serve": "compodoc ./src/app/exports/ -p ./src/tsconfig.json -b / -d ./compodocs/ --hideGenerator -s",
    "compodocs:gen": "compodoc ./src/app/exports/ -t -p ./src/tsconfig.app.json -b /rebirth-ng/compodocs/ -d ./dist/compodocs/ --hideGenerator",
    "demo:gen": "ng build --prod --aot --base-href=/rebirth-ng/",
    "github-pages:push": "ngh --message \"rebirth ng demo deploy\"",
    "sw:gen": "gulp sw:gen",
    "docs:deploy": "npm run demo:gen && npm run compodocs:gen && npm run github-pages:push && rm -rf ./dist",
    "npm:publish": "rm -rf ./dist && gulp prepublish"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greengerong/rebirth-ng.git"
  },
  "devDependencies": {
    "@angular/animations": "^6.1.0-beta.1",
    "@angular/cli": "^6.1.0-rc.0",
    "@angular/common": "^6.1.0-beta.1",
    "@angular/compiler": "^6.1.0-beta.1",
    "@angular/compiler-cli": "^6.1.0-beta.1",
    "@angular/core": "^6.1.0-beta.1",
    "@angular/forms": "^6.1.0-beta.1",
    "@angular/platform-browser": "^6.1.0-beta.1",
    "@angular/platform-browser-dynamic": "^6.1.0-beta.1",
    "@angular/platform-server": "^6.1.0-beta.1",
    "@angular/router": "^6.1.0-beta.1",
    "@angular/service-worker": "^6.1.0-beta.1",
    "@angular/language-service": "^6.1.0-beta.1",
    "rxjs": "^6.1.0",
    "zone.js": "^0.8.26",
    "@angular-devkit/build-angular": "^0.6.0",
    "typescript": ">=2.7.0 <2.8.0",
    "@compodoc/compodoc": "^1.0.0-beta.10",
    "@types/lodash": "^4.14.74",
    "@types/webpack": "^3.0.10",
    "@types/jasmine": "^2.8.6",
    "@types/jasminewd2": "^2.0.3",
    "@types/node": "^8.9.4",
    "angular-cli-ghpages": "^0.5.0",
    "angular2-inline-template-style": "^1.0.0",
    "body-parser": "^1.17.1",
    "bootstrap-sass": "^3.3.7",
    "classlist.js": "^1.1.20150312",
    "codelyzer": "^4.3.0",
    "core-js": "^2.5.1",
    "cross-env": "^5.0.5",
    "del": "^3.0.0",
    "drag-drop-webkit-mobile": "^1.4.1",
    "express": "^4.15.2",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-clean-css": "^3.4.0",
    "gulp-ejs": "^3.0.0",
    "gulp-html-minifier": "^0.1.8",
    "gulp-if": "^2.0.2",
    "gulp-ignore": "^2.0.2",
    "gulp-inline-ng2-template": "^4.0.0",
    "gulp-insert-lines": "0.0.4",
    "gulp-optimize-js": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "highlight.js": "9.12.0",
    "html-loader": "^0.5.1",
    "immutable": "^3.8.1",
    "intl": "^1.2.5",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~1.7.1",
    "karma-chrome-launcher": "~2.2.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.3.0",
    "karma-istanbul-threshold": "^1.2.2",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-remap-istanbul": "^0.6.0",
    "markdown-loader": "^2.0.0",
    "multer": "^1.3.0",
    "nodemon": "^1.11.0",
    "npm-run-all": "^4.1.1",
    "protractor": "~5.1.0",
    "run-sequence": "^2.1.0",
    "sw-precache": "^5.2.0",
    "ts-helpers": "^1.1.2",
    "ts-node": "~3.3.0",
    "tslint": "~5.7.0",
    "typedoc": "^0.8.0",
    "web-animations-js": "^2.3.1"
  },
  "dependencies": {
    "date-fns": "^1.27.2"
  },
  "description": "> Angular UI plugin with bootstrap;",
  "bugs": {
    "url": "https://github.com/greengerong/rebirth-ng/issues"
  },
  "homepage": "https://github.com/greengerong/rebirth-ng#readme",
  "author": ""
}
