Mangopay / cardregistration-js-kit

Mangopay V2 JS resources for card registration front-end workflow
MIT License
38 stars 34 forks source link

add package.json file #14

Closed Sinewyk closed 8 years ago

Sinewyk commented 8 years ago

You don't have to publish on npm to at least allow npm users to directly install from github (even if it's better to be on npm). But that can be done later.

example dependency after this is merged:

"mangopay-cardregistration-js-kit": "Mangopay/cardregistration-js-kit#4e0110eca964c3437bdaceacf50acdda274ca920",
hobailey commented 8 years ago

Thanks @Sinewyk!