node-recurly
Version:
Library for accessing the api for the Recurly recurring billing service.
22 lines (21 loc) • 858 B
JSON
{ "name" : "node-recurly"
, "description" : "Library for accessing the api for the Recurly recurring billing service."
, "keywords" : [ "recurly", "e-commerce", "recurring billing" ]
, "version" : "2.1.0"
, "homepage" : "https://github.com/robrighter/node-recurly"
, "author" : "Rob Righter <robrighter@gmail.com> (http://github.com/robrighter)"
, "contributors" : [
"Iván Guardado <dev.ivangc@gmail.com> (http://github.com/IvanGuardado)",
"Rob Righter <robrighter@gmail.com> (http://github.com/robrighter)",
"Dmitriy Shekhovtsov <valorkin@gmail.com> (https://github.com/valorkin)"
]
, "bugs" :
{ "web" : "https://github.com/robrighter/node-recurly/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/recurly.js"
, "dependencies" : {
"xml2js": ">= 0.4.0",
"js2xml": "valorkin/js2xml"
}
, "engines" : { "node" : ">= 0.4" }
}