{
    "name": "ngx-store",
    "private": false,
    "version": "2.1.0",
    "description": "Angular decorators to automagically keep variables in HTML5 LocalStorage, SessionStorage, cookies; injectable services for managing and listening to data changes and a bit more.",
    "main": "./bundles/ngx-store.umd.js",
    "module": "./esm5/ngx-store.js",
    "es2015": "./esm2015/ngx-store.js",
    "scripts": {
        "build": "node build.js",
        "lint": "tslint ./*.ts -t verbose",
        "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:rc": "npm run build && npm publish --tag RC ./dist",
        "compodoc": "compodoc -p tsconfig.json",
        "compodoc-serve": "compodoc -s"
    },
    "typings": "./ngx-store.d.ts",
    "author": "Daniel Kucal",
    "repository": {
        "type": "git",
        "url": "https://github.com/zoomsphere/ngx-store.git"
    },
    "bugs": {
        "url": "https://github.com/zoomsphere/ngx-store/issues"
    },
    "homepage": "https://github.com/zoomsphere/ngx-store",
    "keywords": [
        "Angular7",
        "LocalStorage",
        "SessionStorage",
        "Storage",
        "Wrapper",
        "Cookies",
        "Decorator",
        "Library"
    ],
    "license": "ISC",
    "dependencies": {
        "lodash.get": "^4.4.2",
        "lodash.isequal": "^4.5.0",
        "lodash.merge": "^4.6.1",
        "lodash.set": "^4.3.2",
        "ts-debug": "^1.3.0",
        "tslib": "^1.9.3"
    },
    "peerDependencies": {
        "@angular/core": ">= 7.0.0"
    },
    "devDependencies": {
        "@angular/common": "^7.0.0",
        "@angular/compiler": "^7.0.0",
        "@angular/compiler-cli": "^7.0.0",
        "@angular/core": "^7.0.0",
        "@angular/platform-browser": "^7.0.0",
        "@angular/platform-browser-dynamic": "^7.0.0",
        "@angular/platform-server": "^7.0.0",
        "@compodoc/compodoc": "^1.1.7",
        "@types/jasmine": "2.6.2",
        "@types/lodash.get": "^4.4.4",
        "@types/lodash.isequal": "^4.5.3",
        "@types/lodash.merge": "^4.6.4",
        "@types/lodash.set": "^4.3.4",
        "@types/node": "^10.12.10",
        "chalk": "2.3.0",
        "codelyzer": "4.5.0",
        "core-js": "2.5.7",
        "istanbul-instrumenter-loader": "3.0.0",
        "jasmine-core": "2.8.0",
        "karma": "^3.1.1",
        "karma-chrome-launcher": "2.2.0",
        "karma-coverage-istanbul-reporter": "1.3.0",
        "karma-jasmine": "1.1.0",
        "karma-sourcemap-loader": "0.3.7",
        "karma-spec-reporter": "0.0.31",
        "karma-webpack": "^3.0.5",
        "reflect-metadata": "0.1.10",
        "rollup": "0.50.0",
        "rollup-plugin-license": "^0.7.0",
        "rollup-plugin-node-resolve": "3.0.0",
        "rollup-plugin-sourcemaps": "0.4.2",
        "rxjs": "^6.3.3",
        "shelljs": "0.7.8",
        "source-map-loader": "0.2.3",
        "ts-loader": "3.1.1",
        "tslint": "^5.11.0",
        "tslint-angular": "^1.1.2",
        "typescript": "3.1.4",
        "uglify-js": "3.1.6",
        "webpack": "3.8.1",
        "zone.js": "0.8.26"
    },
    "//": "\"engineStrict\": false,",
    "engines": {
        "node": ">= 8",
        "npm": ">= 5"
    }
}
