recurly-js
Version:
Library for accessing the api for the Recurly recurring billing service.
43 lines (42 loc) • 1.25 kB
JSON
{
"name": "recurly-js",
"description": "Library for accessing the api for the Recurly recurring billing service.",
"keywords": [
"recurly",
"e-commerce",
"recurring billing"
],
"version": "3.2.0",
"homepage": "https://github.com/umayr/recurly-js",
"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)",
"Umayr Shahid <umayrshahid@gmail.com> (https://github.com/umayr)",
"Thodoris Greasidis <thgreasi@gmail.com> (https://github.com/thgreasi)"
],
"bugs": {
"url": "https://github.com/robrighter/node-recurly/issues"
},
"directories": {
"test": "test"
},
"main": "./lib/recurly.js",
"dependencies": {
"bluebird": "^3.4.1",
"js2xmlparser": "0.1.7",
"xml2js": ">= 0.4.0"
},
"engines": {
"node": ">= 0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umayr/recurly-js.git"
},
"license": "ISC"
}