{
  "name": "chrysalis-ng",
  "version": "0.0.3",
  "license": "MIT",
  "description": "Angular4 UI framework",
  "main": "index.js",
  "homepage": "https://github.com/zChanges/chrysalis-ng",
  "author": "zChange",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "chry.build": "ng build -prod --aot",
    "publish-pages": "ng build -prod --aot --base-href \"https://zChanges.github.io/chrysalis-ng/\" && ngh --message \"chrysalis-ng example deploy\"",
    "github-pages:deploy": "ngh --message \"chrysalis-ng example deploy\"",
    "deploy.publish": "gulp publish",
    "start.publish": "gulp publish && npm publish ./lib"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zChanges/chrysalis-ng.git"
  },
  "dependencies": {
    "@angular/animations": "^4.2.6",
    "@angular/common": "^4.2.6",
    "@angular/compiler": "^4.2.6",
    "@angular/compiler-cli": "^4.2.6",
    "@angular/core": "^4.2.6",
    "@angular/forms": "^4.2.6",
    "@angular/http": "^4.2.6",
    "@angular/platform-browser": "^4.2.6",
    "@angular/platform-browser-dynamic": "^4.2.6",
    "@angular/platform-server": "^4.2.6",
    "@angular/router": "^4.2.6",
    "@ngrx/core": "^1.2.0",
    "@ngrx/store": "^2.2.2",
    "bootstrap-sass": "^3.3.7",
    "core-js": "^2.4.1",
    "font-awesome": "^4.7.0",
    "highlight.js": "^9.12.0",
    "html-loader": "^0.4.5",
    "rxjs": "^5.1.0",
    "typescript": "^2.4.1",
    "zone.js": "^0.8.12"
  },
  "devDependencies": {
    "@angular/cli": "1.0.1",
    "@angular/compiler-cli": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/node": "~6.0.60",
    "angular-cli-ghpages": "^0.5.1",
    "codelyzer": "~2.0.0",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-clean-css": "^3.6.0",
    "gulp-html-minifier": "^0.1.8",
    "gulp-if": "^2.0.2",
    "gulp-inline-ng2-template": "^4.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "node-sass": "^4.5.3",
    "protractor": "~5.1.0",
    "run-sequence": "^2.0.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.2.0"
  }
}
