{
    "name": "de-ionic-calendar",
    "version": "0.4.21",
    "description": "ionic calendar component",
    "keywords": [
        "ionic",
        "calendar"
    ],
    "author": {
        "name": "twinssbc"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dekuan/de-ionic-calendar.git"
    },
    "scripts": {
        "build": "rm -rf dist && tsc && cp package.json dist/package.json",
        "build-prod": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json",
        "copy_static_files": "cp -r package.json README.md LICENSE tsconfig.json typings.json typings dist/",
        "copy_static_files_prod": "cp -r package.json README.md LICENSE tsconfig.json aot/",
        "dev": "tsc --watch"
    },
    "main": "./index.js",
    "dependencies": {},
    "devDependencies": {
        "typescript": "~2.4.2",
        "@angular/common": "5.0.0",
        "@angular/compiler": "5.0.0",
        "@angular/compiler-cli": "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",
        "ionic-angular": "3.9.2",
        "rxjs": "5.5.2",
        "zone.js": "^0.8.18",
        "intl": "^1.2.5"
    }
}
