ionic-conference-calendar-header
Version:
A simple conference calendar header component for ionic
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "ionic-conference-calendar-header",
"version": "1.2.0",
"description": "A simple conference calendar header component for ionic",
"scripts": {
"watch": "tsc -w",
"build": "rm -rf lib && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamchairs/ionic-conference-calendar-header.git"
},
"keywords": [
"Ionic",
"Event",
"Conference",
"Header",
"Datepicker",
"Calendar"
],
"author": "micahwllmsn@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamchairs/ionic-conference-calendar-header/issues"
},
"homepage": "https://github.com/iamchairs/ionic-conference-calendar-header#readme",
"devDependencies": {
"typescript": "^2.4.0"
},
"dependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"ionic-angular": "3.4.2",
"moment": "^2.18.1",
"rxjs": "5.4.0",
"zone.js": "0.8.12"
}
}