-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
César Mendonça
committed
Nov 8, 2016
1 parent
54918c4
commit 43feab5
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{ | ||
"name": "ng2-currency-mask", | ||
"version": "1.0.0", | ||
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", | ||
"main": "index.js", | ||
"typings": "./index.d.ts", | ||
"scripts": { | ||
"prepublish": "typings install && tsc --outDir ." | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"currency", | ||
"mask", | ||
"model", | ||
"money", | ||
"ng2", | ||
"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": "2.1.2", | ||
"@angular/core": "2.1.2", | ||
"@angular/forms": "2.1.2", | ||
"rxjs": "5.0.0-beta.12", | ||
"typescript": "2.0.8", | ||
"typings": "1.5.0", | ||
"zone.js": "0.6.26" | ||
} | ||
} | ||
"name": "ng2-currency-mask", | ||
"version": "1.0.1", | ||
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", | ||
"main": "index.js", | ||
"typings": "./index.d.ts", | ||
"scripts": { | ||
"prepublish": "typings install && tsc --outDir ." | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/cesarrew/ng2-currency-mask.git" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"currency", | ||
"mask", | ||
"model", | ||
"money", | ||
"ng2", | ||
"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": "2.1.2", | ||
"@angular/core": "2.1.2", | ||
"@angular/forms": "2.1.2", | ||
"rxjs": "5.0.0-beta.12", | ||
"typescript": "2.0.8", | ||
"typings": "1.5.0", | ||
"zone.js": "0.6.26" | ||
} | ||
} |