{
  "name": "nz-schema-form",
  "version": "0.2.1",
  "license": "MIT",
  "description": "ng-zorro-antd form generation based on JSON-Schema",
  "main": "./bundles/index.js",
  "author": "cipchk",
  "homepage": "https://cipchk.github.io/nz-schema-form/",
  "bugs": {
    "url": "https://github.com/cipchk/nz-schema-form/issues"
  },
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "npm run release:validity",
	"test": "ng test -sr -cc",
    "lint": "tslint -p tsconfig.json -c tslint.json 'lib/**/*.ts' -e 'lib/**/*.spec.ts'",
    "e2e": "ng e2e",
    "demo.gh-pages": "ng build --prod --build-optimizer && gh-pages -d dist",
    "clean:tmp": "rimraf .ng_build .ng_compiled",
    "clean:tmp:lib": "npm run clean:tmp && rimraf .lib",
    "build:copy-sources": "gulp copy-sources",
    "build:inline-resources": "gulp inline-resources",
    "build:ts": "tsc -p tsconfig.publish.json && ngc -p tsconfig.publish.json",
    "build:bundle": "gulp bundle",
    "build:package": "npm-run-all -s clean:tmp:lib build:copy-sources build:ts build:inline-resources build:bundle clean:tmp",
    "version:bump": "gulp bump",
    "release:prepare": "npm run build:package",
    "release:validity": "npm run version:bump && npm run release:prepare",
    "release": "npm run version:bump && npm run release:prepare && npm publish --access=public .lib"
  },
  "peerDependencies": {
    "z-schema": "^3.19.0",
    "@types/z-schema": "^3.16.32",
    "ng-zorro-antd": "^0.6.12"
  },
  "dependencies": {
    "@angular/animations": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^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/router": "^5.0.0",
    "core-js": "^2.4.1",
    "moment": "^2.20.1",
    "ng-zorro-antd": "^0.6.12",
    "ng2-ace-editor": "^0.3.4",
    "ngx-highlight-js": "^1.0.3",
    "ngx-md": "^3.1.0",
    "ngx-tinymce": "^1.0.1",
    "ngx-ueditor": "^1.1.0",
    "rxjs": "^5.5.2",
    "z-schema": "^3.19.0",
    "zone.js": "^0.8.14"
  },
  "devDependencies": {
    "@angular/cli": "^1.6.0",
    "@angular/compiler-cli": "^5.0.0",
    "@angular/language-service": "^5.0.0",
    "@types/jasmine": "~2.5.53",
    "@types/jasminewd2": "~2.0.2",
    "@types/node": "~6.0.60",
    "@types/z-schema": "^3.16.32",
    "codelyzer": "^4.0.1",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.8.0",
    "gulp-clean": "^0.3.2",
    "gulp-clean-css": "^3.2.0",
    "gulp-cli": "^1.3.0",
    "gulp-connect": "^5.0.0",
    "gulp-dom": "^0.9.17",
    "gulp-flatten": "^0.3.1",
    "gulp-if": "^2.0.2",
    "gulp-less": "^3.3.2",
    "gulp-markdown": "^1.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.0",
    "gulp-rollup": "^2.15.0",
    "gulp-transform": "^1.1.0",
    "jasmine-core": "~2.6.2",
    "jasmine-spec-reporter": "~4.1.0",
    "karma": "~1.7.0",
    "karma-chrome-launcher": "~2.1.1",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^1.2.1",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "ts-node": "~3.2.0",
    "tslint": "~5.7.0",
    "typescript": "~2.6.0",
    "codecov": "^3.0.0"
  }
}
