@ioniczoo/chameleon-mask-directive
Version:
Maks Directive for Ionic Designed to Work with Numbers
42 lines (41 loc) • 999 B
JSON
{
"name": "@ioniczoo/chameleon-mask-directive",
"version": "0.0.1",
"description": "Maks Directive for Ionic Designed to Work with Numbers",
"main": "index.ts",
"scripts": {
"build": "tsc --noStrictGenericChecks",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/IonicZoo/chameleon-mask-directive.git"
},
"keywords": [
"ionic",
"ionic2",
"directive",
"typescript",
"angular",
"format",
"mask",
"app",
"ioniczoo"
],
"author": "JP Rodrigues",
"license": "SEE LICENSE IN GNU GPLv3",
"bugs": {
"url": "https://gitlab.com/IonicZoo/chameleon-mask-directive/issues"
},
"homepage": "https://ioniczoo.gitlab.io",
"devDependencies": {
"typescript": "^2.4.2"
},
"dependencies": {
"@angular/core": "^4.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.8.12"
}
}