{
    "name": "sila_core",
    "private": false,
    "version": "0.0.2",
    "description": "SiLA Core library compatible with AoT compilation and Tree shaking like an official package",
    "main": "./bundles/sila_core.umd.js",
    "module": "./fesm5/sila_core.js",
    "es2015": "./fesm2015/sila_core.js",
    "esm5": "./esm5/sila_core.js",
    "esm2015": "./esm2015/sila_core.js",
    "fesm5": "./fesm5/sila_core.js",
    "fesm2015": "./fesm2015/sila_core.js",
    "typings": "./sila_core.d.ts",
    "scripts": {
        "build": "node build.js",
        "test": "karma start",
        "test:watch": "karma start karma.conf.js --single-run false",
        "pack:lib": "npm run build && npm pack ./dist",
        "publish:lib": "npm run build && npm publish ./dist",
        "publish:lib:next": "npm run build && npm publish --tag next ./dist",
        "compodoc": "compodoc -p tsconfig.json",
        "compodoc:serve": "compodoc -s"
    },
    "author": "",
    "repository": {
        "type": "git",
        "url": "https://github.com/nmpribeiro/sila_core.git"
    },
    "bugs": {
        "url": "https://github.com/nmpribeiro/sila_core/issues"
    },
    "homepage": "https://github.com/nmpribeiro/sila_core",
    "keywords": [
        "angular",
        "javascript",
        "typescript"
    ],
    "license": "MIT",
    "dependencies": {
        "@angular/forms": "^6.0.7",
        "sila_style": "^1.0.1",
        "tslib": "^1.9.0"
    },
    "peerDependencies": {
        "@angular/common": ">= 6.0.0",
        "@angular/core": ">= 6.0.0"
    },
    "devDependencies": {
        "@angular/animations": "6.0.0",
        "@angular/common": "6.0.0",
        "@angular/compiler": "6.0.0",
        "@angular/compiler-cli": "6.0.0",
        "@angular/core": "6.0.0",
        "@angular/router": "6.0.0",
        "@angular/platform-browser": "6.0.0",
        "@angular/platform-browser-dynamic": "6.0.0",
        "@angular/platform-server": "6.0.0",
        "@compodoc/compodoc": "1.1.2",
        "@types/jasmine": "2.8.7",
        "@types/node": "10.0.3",
        "angular2-template-loader": "0.6.2",
        "chalk": "2.4.1",
        "codelyzer": "4.3.0",
        "core-js": "2.5.5",
        "css-loader": "0.28.11",
        "istanbul-instrumenter-loader": "3.0.1",
        "jasmine-core": "3.1.0",
        "karma": "2.0.2",
        "karma-chrome-launcher": "2.2.0",
        "karma-coverage-istanbul-reporter": "1.4.2",
        "karma-jasmine": "1.1.2",
        "karma-sourcemap-loader": "0.3.7",
        "karma-spec-reporter": "0.0.32",
        "karma-webpack": "4.0.0-beta.0",
        "node-sass": "4.9.0",
        "raw-loader": "0.5.1",
        "reflect-metadata": "0.1.12",
        "rollup": "0.58.2",
        "rollup-plugin-license": "0.6.0",
        "rollup-plugin-node-resolve": "3.3.0",
        "rollup-plugin-scss": "^0.4.0",
        "rollup-plugin-sourcemaps": "0.4.2",
        "rxjs": "6.1.0",
        "sass-loader": "7.0.1",
        "shelljs": "0.8.1",
        "source-map-loader": "0.2.3",
        "to-string-loader": "1.1.5",
        "ts-loader": "4.2.0",
        "tslint": "5.10.0",
        "tslint-angular": "1.1.1",
        "typescript": "2.7.2",
        "uglify-js": "3.3.23",
        "webpack": "4.6.0",
        "zone.js": "0.8.26"
    },
    "sideEffects": false
}
