UNPKG

gc-ngx-credit-cards

Version:

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

75 lines (74 loc) 1.99 kB
{ "name": "gc-ngx-credit-cards", "version": "1.0.7", "description": "A Credit Card Directives and Reactive Form Validators package for Angular X (4+)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf build && ngc -p ./tsconfig.json", "prepublish": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/zenkkor/ngx-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.2.0", "zone.js": "^0.7.2" }, "dependencies": { "payment": "^2.2.1" }, "author": "Rok Knez <rok@zenk.si> (http://zenk.si)", "license": "MIT", "bugs": { "url": "https://github.com/zenkkor/ngx-credit-cards/issues" }, "homepage": "https://github.com/zenkkor/ngx-credit-cards#readme" }