UNPKG

kaiquecruz-ionic2-calendar-clickacai

Version:
44 lines (43 loc) 1.51 kB
{ "name": "kaiquecruz-ionic2-calendar-clickacai", "version": "1.1.2", "description": "Ionic2 calendar component", "keywords": [ "Ionic2", "calendar" ], "author": { "name": "twinssbc" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/twinssbc/Ionic2-Calendar.git" }, "scripts": { "build": "rm -rf dist && tsc", "build-prod": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json && node_modules/.bin/ngc src && mv src/*ngfactory.ts aot && rm -r aot/waste && rm -r src/*.ngsummary.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 typings.json typings aot/", "dev": "tsc --watch", "postinstall": "typings install" }, "main": "./index.js", "dependencies": {}, "devDependencies": { "tslint-ionic-rules": "0.0.8", "typescript": "~2.2.1", "@angular/common": "4.0.2", "@angular/compiler": "4.0.2", "@angular/compiler-cli": "4.0.2", "@angular/core": "4.0.2", "@angular/forms": "4.0.2", "@angular/http": "4.0.2", "@angular/platform-browser": "4.0.2", "@angular/platform-browser-dynamic": "4.0.2", "ionic-angular": "3.1.1", "rxjs": "5.1.1", "zone.js": "^0.8.5", "intl": "^1.2.5" } }