jquery.payment
Version:
A general purpose library for building credit card forms, validating inputs and formatting numbers.
32 lines (31 loc) • 693 B
JSON
{
"name": "jquery.payment",
"version": "3.0.0",
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers.",
"keywords": [
"payment",
"cc",
"card"
],
"author": "Stripe (https://www.stripe.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stripe/jquery.payment.git"
},
"main": "lib/jquery.payment.js",
"scripts": {
"test": "cake test"
},
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"cake": "~0.1",
"coffee-script": "~1.7",
"jsdom": "~7.2",
"mocha": "~1.18",
"uglify-js": "~2.4.24",
"zeptojs": "~1.1"
}
}