forked from michaelbazos/angular-feather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "angular-feather",
"version": "6.0.10",
"description": "Feather Icons components library for your Angular Applications",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbazos/angular-feather.git"
},
"keywords": [
"angular2",
"angular",
"feather",
"icons",
"svg",
"2",
"ui",
"components",
"library"
],
"author": "Michael Bazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbazos/angular-feather/issues"
},
"homepage": "https://github.com/michaelbazos/angular-feather#readme",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"scripts": {
"build": "ng-packagr -p ng-package.json",
"publish": "npm publish dist"
},
"devDependencies": {
"@angular/compiler": "^9.1.4",
"@angular/compiler-cli": "^9.1.4",
"@angular/core": "^9.1.4",
"del": "^5.1.0",
"fs-extra": "^9.0.0",
"ng-packagr": "^9.1.2",
"tsickle": "^0.38.1",
"typescript": "~3.8.3",
"uppercamelcase": "^3.0.0",
"zone.js": "~0.10.3"
},
"dependencies": {
"feather-icons": "4.24.1"
}
}