forked from cesarrew/ng2-currency-mask
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1 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
{
"name": "ng2-currency-mask",
"version": "5.3.1",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"private": true,
"scripts": {
"prepublish": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"angular5",
"currency",
"mas",
"model",
"money",
"ng2",
"ng4",
"ng5",
"number"
],
"author": "César Mendonça",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarrew/ng2-currency-mask/issues"
},
"homepage": "https://github.com/cesarrew/ng2-currency-mask",
"devDependencies": {
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/compiler-cli": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/platform-browser": "5.2.0",
"rxjs": "5.5.6",
"typescript": "2.5.3",
"zone.js": "0.8.19"
}
}