ionic4-calendar-picker-honeycombbe
Version:
Ionic 4 Datepicker Calendar Embed
47 lines (46 loc) • 1.32 kB
JSON
{
"name": "ionic4-calendar-picker-honeycombbe",
"version": "1.2.3",
"description": "Ionic 4 Datepicker Calendar Embed",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -r dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honeycombbe/ionic4-datepicker-honeycombbe.git"
},
"keywords": [
"ionic4",
"datepicker",
"calendar",
"component"
],
"author": "Matt Nick",
"license": "MIT",
"devDependencies": {
"@angular/common": "7.0.1",
"@angular/compiler": "7.0.1",
"@angular/compiler-cli": "7.0.1",
"@angular/core": "7.0.1",
"@angular/forms": "7.0.1",
"@angular/platform-browser": "7.0.1",
"@angular/platform-browser-dynamic": "7.0.1",
"@types/node": "10.12.0",
"rxjs": "6.3.3",
"typescript": "3.1.3",
"zone.js": "0.8.26",
"@ionic/angular": "4.0.0-beta.13",
"@angular/router": "7.0.1"
},
"dependencies": {
"dayspan": "^0.12.4",
"moment": "^2.24.0"
}
}