-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 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
45
46
47
48
49
50
{
"name": "ng-bootstrap-icons",
"version": "13.3.1",
"description": "Bootstrap Icons components library for your Angular Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/biutas/ng-bootstrap-icons.git"
},
"keywords": [
"angular2",
"angular",
"bootstrap",
"icons",
"svg",
"2",
"ui",
"components",
"library"
],
"author": "Gabriel Lopes",
"license": "MIT",
"bugs": {
"url": "https://github.com/biutas/ng-bootstrap-icons/issues"
},
"homepage": "https://github.com/biutas/ng-bootstrap-icons#readme",
"engines": {
"node": ">= 12.2.0",
"npm": ">= 6"
},
"scripts": {
"build": "ng-packagr -p ng-package.json",
"publish-npm": "npm publish ng-bootstrap-icons"
},
"devDependencies": {
"@angular/compiler": "^13.1.1",
"@angular/compiler-cli": "^13.1.1",
"@angular/core": "^13.1.1",
"del": "^6.0.0",
"fs-extra": "^10.0.0",
"tslib": "^2.3.1",
"ng-packagr": "^13.1.2",
"tsickle": "^0.43.0",
"typescript": "^4.3.5",
"uppercamelcase": "^3.0.0",
"zone.js": "~0.11.4"
},
"peer-dependencies": {
"bootstrap-icons": "^1.7.2"
}
}