-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 869 Bytes
/
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
{
"name": "ng-inline-href",
"version": "2.1.2",
"description": "Angular Directive that fixes links to inline SVGs in Firefox",
"keywords": [
"angular",
"directive",
"firefox",
"svg",
"use",
"xlink",
"href"
],
"bugs": "https://github.com/Tsmith18256/ng-inline-href/issues",
"license": "Unlicense",
"author": "Tyler Smith",
"repository": "Tsmith18256/ng-inline-href",
"main": "inline-href.js",
"scripts": {
"build": "ngc -p ./tsconfig.json"
},
"peerDependencies": {
"@angular/common": ">= 4.0.0",
"@angular/core": ">= 4.0.0"
},
"devDependencies": {
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/compiler-cli": "^4.3.6",
"@angular/core": "^4.3.6",
"rxjs": "^5.4.3",
"typescript": "^2.5.2",
"zone.js": "^0.8.17"
},
"types": "./inline-href.d.ts"
}