-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "ngx-number-mask",
"version": "11.0.0",
"description": "A very simple number mask directive that allows using a number attribute with the ngModel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ngx-number-mask.git"
},
"keywords": [
"angular",
"mask",
"model",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ngx-number-mask/issues"
},
"homepage": "https://github.com/cesarrew/ngx-number-mask",
"scripts": {
"ng": "ng",
"build": "ng build"
},
"dependencies": {
"@angular/animations": "~11.2.8",
"@angular/common": "~11.2.8",
"@angular/compiler": "~11.2.8",
"@angular/core": "~11.2.8",
"@angular/forms": "~11.2.8",
"@angular/platform-browser": "~11.2.8",
"@angular/platform-browser-dynamic": "~11.2.8",
"@angular/router": "~11.2.8",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.7",
"@angular/cli": "~11.2.7",
"@angular/compiler-cli": "~11.2.8",
"@angular/language-service": "~11.2.8",
"@types/node": "^12.11.1",
"ng-packagr": "^11.2.4",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
}
}