forked from zenkkor/ngx-credit-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ngx-credit-cards",
"version": "1.0.9",
"description": "A Credit Card Directives and Reactive Form Validators package for Angular X (4+)",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf build && ngc build -p ./tsconfig.json",
"prepublish": "tsc",
"packagr": "ng-packagr -p ng-package.json"
},
"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",
"ng-packagr": "^2.0.0-rc.6",
"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 <[email protected]> (http://zenk.si)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zenkkor/ngx-credit-cards/issues"
},
"homepage": "https://github.com/zenkkor/ngx-credit-cards#readme"
}