forked from AlexMiniApps/angular-code-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 676 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 676 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
{
"name": "angular-code-input",
"version": "2.0.0",
"description": "Code or pin code input for Angular 7 - 16+ / Ionic 4 - 7+ projects",
"keywords": [
"angular",
"pincode",
"angular-pincode",
"otp",
"code-input",
"angular-otp",
"ionic-otp",
"ionic-code-input",
"ionic-pincode"
],
"author": "Alexander Dmitrenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexMiniApps/angular-code-input.git"
},
"bugs": {
"url": "https://github.com/AlexMiniApps/angular-code-input/issues"
},
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
}
}