30 lines
781 B
JSON
30 lines
781 B
JSON
{
|
|
"name": "payment",
|
|
"version": "1.4.4",
|
|
"title": "jQuery.payment",
|
|
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers.",
|
|
"keywords": [
|
|
"payment",
|
|
"cc",
|
|
"card"
|
|
],
|
|
"author": {
|
|
"name": "Stripe",
|
|
"url": "https://www.stripe.com",
|
|
"email": "support+github@stripe.com"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/stripe/jquery.payment/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/stripe/jquery.payment",
|
|
"docs": "https://github.com/stripe/jquery.payment",
|
|
"bugs": "https://github.com/stripe/jquery.payment/issues",
|
|
"demo": "http://stripe.github.io/jquery.payment/example",
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
}
|
|
}
|