-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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": "ngx-easypiechart",
"version": "0.1.8",
"license": "MIT",
"description": "ng 6/7 module for easy-pie-chart",
"repository": {
"type": "git",
"url": "https://github.com/altoscode/ngx-easypiechart"
},
"scripts": {
"build": "ng build ngx-easypiechart --prod"
},
"peerDependencies": {
"easy-pie-chart": "^2.1.0",
"@angular/common": "8.2.3",
"@angular/core": "8.2.3"
},
"devDependencies": {
"eslint": "5.8.0",
"typescript": "3.5.3",
"@angular/cli": "8.3.8",
"@angular/common": "8.2.3",
"@angular/core": "8.2.3",
"@angular/compiler": "8.2.3",
"@angular/compiler-cli": "8.2.3",
"@angular/platform-browser-dynamic": "8.2.3",
"@angular/platform-browser": "8.2.3",
"@angular-devkit/build-ng-packagr": "0.803.8",
"ng-packagr": "5.6.1",
"easy-pie-chart": "2.1.7",
"rxjs": "6.5.3",
"zone.js": "0.9.1",
"hoek": "~6.0.2",
"tsickle": "0.37.0"
},
"ngPackage": {
"lib": {
"entryFile": "src/public_api.ts"
},
"dest": "./dist/ngx-easypiechart"
}
}