-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "angular-circliful",
"version": "0.1.4-beta",
"description": "circle statistic for angular",
"readmeFilename": "README.md",
"license": "MIT",
"keywords": [
"circliful",
"angular",
"circle",
"statistic",
"stats",
"presentation",
"svg"
],
"author": {
"name": "Patric Gutersohn"
},
"homepage": "https://circliful.gutersohn.com",
"repository": {
"type": "git",
"url": "https://github.com/pguso/angular-circliful"
},
"bugs": {
"url": "https://github.com/pguso/angular-circliful/issues"
},
"peerDependencies": {
"@angular/common": "^9.1.0",
"@angular/core": "^9.1.0",
"tslib": "^1.10.0"
},
"main": "bundles/angular-circliful.umd.js",
"module": "fesm5/angular-circliful.js",
"es2015": "fesm2015/angular-circliful.js",
"esm5": "esm5/angular-circliful.js",
"esm2015": "esm2015/angular-circliful.js",
"fesm5": "fesm5/angular-circliful.js",
"fesm2015": "fesm2015/angular-circliful.js",
"typings": "angular-circliful.d.ts",
"metadata": "angular-circliful.metadata.json",
"sideEffects": false
}