ion-datepicker-fixed-aot
Version:
Fixed version for https://github.com/misha130/ion-datepicker
30 lines • 844 B
JSON
{
"name": "ion-datepicker-fixed-aot",
"version": "2.7.1",
"description": "Fixed version for https://github.com/misha130/ion-datepicker",
"main": "index.js",
"author": "Shumpei Shiraishi <shumpei.shiraishi@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/shumpei/ion-datepicker"
},
"keywords": [
"datepicker-ionic3",
"ionic3",
"ionic2",
"ionic3 datepicker",
"datepicker",
"datepicker ionic3",
"datepicker for ionic3",
"datepicker for ionic3 framework"
],
"scripts": {
"ngc": "ngc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u",
"build": "npm run ngc && node ./scripts/copy-package",
"publishPackage": "npm run build && cd dist && npm publish",
"dev": "tsc --watch"
},
"license": "MIT",
"dependencies": {}
}