ionic3-calendar3
Version:
Ionic3 calendar component
45 lines (44 loc) • 1.52 kB
JSON
{
"name": "ionic3-calendar3",
"version": "0.3.21",
"description": "Ionic3 calendar component",
"keywords": [
"Ionic3",
"calendar3"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-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 && 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 aot/",
"dev": "tsc --watch"
},
"main": "./dist/index.js",
"dependencies": {
"@ionic/angular": "^4.0.0-rc.2"
},
"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"
}
}