-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
21 lines (21 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "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 <[email protected]> (http://github.com/robrighter)"
, "contributors" : [
"Iván Guardado <[email protected]> (http://github.com/IvanGuardado)",
"Rob Righter <[email protected]> (http://github.com/robrighter)",
"Dmitriy Shekhovtsov <[email protected]> (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": "MorbidAngel/js2xml"
}
, "engines" : { "node" : ">= 0.4" }
}