paymill
Version:
Paymill API wrapper
28 lines (27 loc) • 683 B
JSON
{
"name": "paymill",
"description": "Paymill API wrapper",
"version": "0.2.0",
"author": "Daniel Juhl <danieljuhl@gmail.com> (http://danieljuhl.com/)",
"homepage": "https://github.com/danieljuhl/paymill-nodejs",
"repository": {
"type": "git",
"url": "git://github.com/danieljuhl/paymill-nodejs.git"
},
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/danieljuhl/paymill-nodejs/blob/master/LICENSE"
}
],
"keywords": ["paymill", "payment", "payments", "creditcard", "directdebit", "elv"],
"dependencies": {
"bluebird": "2.5.3"
},
"devDependencies": {},
"engines": {
"node": ">= v0.8.0"
},
"scripts": {
}
}