UNPKG

1.25 kBJSONView Raw
1{
2 "name": "ngx-bootstrap",
3 "version": "7.1.0",
4 "description": "Angular Bootstrap",
5 "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
6 "license": "MIT",
7 "schematics": "./schematics/collection.json",
8 "peerDependencies": {
9 "@angular/animations": "^11.0.0 || ^12.0.0",
10 "@angular/core": "^11.0.0 || ^12.0.0",
11 "@angular/common": "^11.0.0 || ^12.0.0",
12 "@angular/forms": "^11.0.0 || ^12.0.0"
13 },
14 "dependencies": {
15 "tslib": "^2.0.0"
16 },
17 "sideEffects": false,
18 "publishConfig": {
19 "registry": "https://registry.npmjs.org/",
20 "tag": "next"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+ssh://git@github.com/valor-software/ngx-bootstrap.git"
25 },
26 "bugs": {
27 "url": "https://github.com/valor-software/ngx-bootstrap/issues"
28 },
29 "homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
30 "keywords": [
31 "angular",
32 "bootstap",
33 "ng",
34 "ng2",
35 "angular2",
36 "twitter-bootstrap"
37 ],
38 "main": "bundles/ngx-bootstrap.umd.js",
39 "module": "fesm2015/ngx-bootstrap.js",
40 "es2015": "fesm2015/ngx-bootstrap.js",
41 "esm2015": "esm2015/ngx-bootstrap.js",
42 "fesm2015": "fesm2015/ngx-bootstrap.js",
43 "typings": "ngx-bootstrap.d.ts",
44 "metadata": "ngx-bootstrap.metadata.json"
45}
\No newline at end of file