1 | {
|
2 | "main": "bundles/ngx-bootstrap.umd.js",
|
3 | "version": "1.6.3",
|
4 | "description": "Native Angular Bootstrap Components",
|
5 | "module": "index.js",
|
6 | "typings": "index.d.ts",
|
7 | "keywords": [
|
8 | "ng",
|
9 | "ng-bootstap",
|
10 | "angular",
|
11 | "angular2",
|
12 | "bootstrap",
|
13 | "twitter-bootstrap"
|
14 | ],
|
15 | "author": {
|
16 | "name": "Dmitriy Shekhovtsov",
|
17 | "email": "valorkin@gmail.com"
|
18 | },
|
19 | "license": "MIT",
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git+ssh://git@github.com/valor-software/ngx-bootstrap.git"
|
23 | },
|
24 | "name": "ng2-bootstrap",
|
25 | "dependencies": {
|
26 | "moment": "2.18.1"
|
27 | },
|
28 | "peerDependencies": {
|
29 | "@angular/common": "^2.3.1 || >=4.0.0",
|
30 | "@angular/compiler": "^2.3.1 || >=4.0.0",
|
31 | "@angular/core": "^2.3.1 || >=4.0.0",
|
32 | "@angular/forms": "^2.3.1 || >=4.0.0"
|
33 | },
|
34 | "_id": "ng2-bootstrap@1.6.3",
|
35 | "devDependencies": {}
|
36 | }
|