-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@coreui/angular",
"version": "2.2.4",
"description": "CoreUI Angular Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
"author": {
"name": "Łukasz Holeczek",
"url": "http://holeczek.pl",
"github": "https://github.com/mrholek",
"twitter": "https://twitter.com/lukaszholeczek"
},
"contributors": [
{
"name": "Andrzej Kopański",
"url": "https://github.com/xidedix"
}
],
"peerDependencies": {
"@angular/common": "^7.2.1",
"@angular/core": "^7.2.1",
"@coreui/coreui": "^2.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/coreui/coreui-angular.git"
},
"bugs": {
"url": "https://github.com/coreui/coreui-angular/issues"
},
"main": "bundles/coreui-angular.umd.js",
"module": "fesm5/coreui-angular.js",
"es2015": "fesm2015/coreui-angular.js",
"esm5": "esm5/coreui-angular.js",
"esm2015": "esm2015/coreui-angular.js",
"fesm5": "fesm5/coreui-angular.js",
"fesm2015": "fesm2015/coreui-angular.js",
"typings": "coreui-angular.d.ts",
"metadata": "coreui-angular.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}