forked from PawelDecowski/jquery-creditcardvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 815 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jquery-creditcardvalidator",
"version": "1.2.0",
"description": "Detect and validate credit card numbers.",
"keywords": ["credit", "debit", "visa", "mastercard", "discover", "amex", "american express", "card", "validation", "cc", "credit card", "payment"],
"homepage": "https://jquerycreditcardvalidator.com",
"repository": "https://github.com/PawelDecowski/jquery-creditcardvalidator/",
"license": "MIT",
"author": "Pawel Decowski (https://about.me/PawelDecowski)",
"bugs": "https://github.com/PawelDecowski/jquery-creditcardvalidator/issues/",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-coffee": "^2.3.5",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11"
},
"dependencies": {
"jquery": ">=1.7"
}
}