forked from cgerrior/node-recurly
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
42 lines (42 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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/umayr/recurly-js/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"
}