forked from PawelDecowski/jquery-creditcardvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 963 Bytes
/
bower.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
{
"name": "jquery-creditcardvalidator",
"description": "Detect and validate credit card numbers.",
"homepage": "https://jquerycreditcardvalidator.com",
"authors": [
"Pawel Decowski (https://about.me/PawelDecowski)"
],
"version": "1.2.0",
"main": "jquery.creditCardValidator.js",
"keywords": [
"credit", "debit", "visa", "mastercard", "discover", "amex", "american express", "card", "validation", "cc", "credit card", "payment"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"repository": {
"type": "git",
"url": "git://github.com/PawelDecowski/jquery-creditcardvalidator.git"
},
"ignore": [
"tests/*",
"example/*",
".gitignore",
"CHANGELOG.md",
"config.codekit",
"CONTRIBUTING.md",
"jquery.creditCardValidator.coffee",
"trie.coffee",
"range.coffee",
"README.md"
]
}