UNPKG

1.23 kBJSONView Raw
1{
2 "name": "ngx-bootstrap-datetime-popup",
3 "description": "Datetime popup component using ngx-bootstrap datePicker, timePicker and bsDropdown",
4 "keywords": [
5 "angular",
6 "angular10",
7 "aot",
8 "aot-compatible",
9 "aot-compilation",
10 "library",
11 "ng",
12 "timepicker",
13 "datepicker",
14 "ngx-bootstrap",
15 "ngx-bootstrap-datetime-popup",
16 "typescript"
17 ],
18 "peerDependencies": {
19 "@angular/common": "^9.0.0",
20 "@angular/core": "^9.0.0",
21 "@angular/forms": "^9.0.0",
22 "ngx-bootstrap": "^6.0.0"
23 },
24 "dependencies": {
25 "tslib": "^2.0.0"
26 },
27 "main": "bundles/ngx-bootstrap-datetime-popup.umd.js",
28 "module": "fesm2015/ngx-bootstrap-datetime-popup.js",
29 "es2015": "fesm2015/ngx-bootstrap-datetime-popup.js",
30 "esm2015": "esm2015/ngx-bootstrap-datetime-popup.js",
31 "fesm2015": "fesm2015/ngx-bootstrap-datetime-popup.js",
32 "typings": "ngx-bootstrap-datetime-popup.d.ts",
33 "sideEffects": false,
34 "scripts": {
35 "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
36 }
37}