forked from cgerrior/node-recurly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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 <charlie@recurly.com> (http://github.com/cgerrior)"
, "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/cgerrior/node-recurly/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/recurly.js"
, "dependencies" : {
"xml2js": ">= 0.4.0",
"js2xmlparser": "0.1.7"
}
, "engines" : { "node" : ">= 0.4" }
}