UNPKG

ngx-enhance-credit-cards

Version:

A Credit Card Directives and Reactive Form Validators package for Angular X (4+)

76 lines (75 loc) 2.08 kB
{ "name": "ngx-enhance-credit-cards", "version": "1.2.2", "description": "A Credit Card Directives and Reactive Form Validators package for Angular X (4+)", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && ngc build -p ./tsconfig.json", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/thewarefly/ngx-enhance-credit-cards.git" }, "keywords": [ "angular", "angular2", "angular 2", "ngx", "credit", "card", "cards", "validation", "formatting", "angular.io", "angular.io", "directives", "credit", "card", "jesse", "pollak", "payment", "wrapper" ], "devDependencies": { "@angular/animations": ">=4.0.0", "@angular/common": ">=4.0.0", "@angular/compiler": ">=4.0.0", "@angular/compiler-cli": ">=4.0.0", "@angular/core": ">=4.0.0", "@angular/forms": ">=4.0.0", "@angular/http": ">=4.0.0", "@angular/platform-browser": ">=4.0.0", "@angular/platform-browser-dynamic": ">=4.0.0", "@angular/platform-server": ">=4.0.0", "@angular/router": ">=4.0.0", "@angular/tsc-wrapped": "^0.5.0 || >=4.0.0-beta <5.0.0", "@types/jasmine": "2.5.38", "@types/node": "^6.0.42", "codelyzer": "~2.0.0-beta.1", "jasmine-core": "2.5.2", "jasmine-spec-reporter": "2.5.0", "karma": "1.2.0", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-jasmine": "^1.0.2", "karma-remap-istanbul": "^0.2.1", "protractor": "~4.0.13", "rxjs": "^5.0.1", "ts-node": "1.2.1", "tslint": "^4.0.2", "typescript": "2.6.2", "zone.js": "^0.7.2" }, "dependencies": { "payment": "^2.3.0" }, "author": "Rok Knez <rok@zenk.si> (http://zenk.si)", "license": "MIT", "bugs": { "url": "https://github.com/thewarefly/ngx-enhance-credit-cards/issues" }, "homepage": "https://github.com/thewarefly/ngx-enhance-credit-cards#readme" }