-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 906 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 906 Bytes
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
{
"name": "ng-circle-timer",
"version": "1.0.2",
"description": "Simple circle countdown timer component for Angular.",
"repository": {
"type": "git",
"url": "git+https://github.com/squareetlabs/ng-circle-timer.git"
},
"license": "MIT",
"homepage": "https://github.com/squareetlabs/ng-circle-timer",
"keywords": [
"circle countdown timer",
"countdown timer",
"circle timer",
"circle countdown",
"squareetlabs"
],
"author": "Jacobo Cantorna Cigarrán <jacobo@squareet.com.com> (https://squareet.com)",
"contributors": [
"Alberto Rial Barreiro <alberto@squareet.com> (https://squareet.com)"
],
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"bugs": {
"url": "https://github.com/squareetlabs/ng-circle-timer/issues"
},
"main": "src/public-api.ts"
}