forked from crisbeto/angular-svg-round-progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
51
52
53
54
55
56
57
58
{
"name": "angular-svg-round-progressbar",
"version": "2.0.0",
"description": "Angular module that uses SVG to create a circular progressbar",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/crisbeto/angular-svg-round-progressbar.git"
},
"keywords": [
"angular",
"progress",
"circle",
"round",
"svg"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/crisbeto/angular-svg-round-progressbar/issues"
},
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@angular/compiler": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"core-js": "^2.4.1",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"core-js": "^2.4.1",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26",
"@angular/compiler-cli": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-gh-pages": "^0.5.4",
"gulp-server-livereload": "^1.8.2",
"merge2": "^1.0.2",
"resolve-bin": "^0.4.0",
"run-sequence": "^1.2.2",
"systemjs": "0.19.38",
"tslint": "^3.13.0",
"typescript": "2.7.x"
}
}