forked from breadbaker/node-recurly
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
21 lines (21 loc) · 851 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.1"
, "homepage" : "https://github.com/cgerrior/node-recurly"
, "author" : "Charlie Gerrior <[email protected]> (http://github.com/cgerrior)"
, "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/cgerrior/node-recurly/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/recurly.js"
, "dependencies" : {
"xml2js": ">= 0.4.0",
"js2xmlparser": "0.1.7"
}
, "engines" : { "node" : ">= 0.4" }
}