{
    "name": "ng-tree-antd",
    "version": "2.2.3",
    "license": "MIT",
    "description": "Angular for tinymce",
    "main": "./bundles/ng-tree-antd.umd.js",
    "author": "cipchk",
    "homepage": "https://cipchk.github.io/ng-tree-antd/",
    "bugs": {
        "url": "https://github.com/cipchk/ng-tree-antd/issues"
    },
    "keywords": [
        "ng-tree-antd",
        "angular-tree",
        "angular4-tree",
        "ng2-tree",
        "ng4-tree",
        "ng-antd-tree",
        "antd-tree",
        "tree"
    ],
    "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build",
        "test": "ng test -sr -sm=false",
        "test-coverage": "ng test -sr -cc -sm=false",
        "lint": "ng lint",
        "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": {
        "ng-zorro-antd": ">=0.5.x",
        "angular-tree-component": "^7.0.1",
        "@angular/common": ">=4.3.x || >5.x",
        "@angular/core": ">=4.3.x || >5.x",
        "@angular/compiler": ">=4.3.x || >5.x",
        "typescript": ">=2.3.x"
    },
    "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",
        "ngx-highlight-js": "^1.0.3",
        "rxjs": "^5.5.2",
        "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",
        "angular-tree-component": "^7.0.1",
        "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",
        "ng-zorro-antd": "^0.6.9",
        "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.4.2"
    }
}
