diff --git a/payment.jquery.json b/payment.jquery.json index 760d006..69fa42d 100644 --- a/payment.jquery.json +++ b/payment.jquery.json @@ -12,7 +12,12 @@ "name": "Stripe", "url": "https://www.stripe.com" }, - "license": "MIT", + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/stripe/jquery.payment/blob/master/LICENSE" + } + ], "dependencies": { "jquery": ">=1.5" }