-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.18 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
43
44
45
46
47
48
49
50
51
{
"name": "spreedly-api",
"version": "0.0.7",
"description": "Spreedly API wrapper",
"keywords": [
"Spreedly",
"payment processing",
"credit cards",
"bank",
"api",
"node-spreedly",
"spreedly-client",
"spreedly-node",
"spreedly-sdk",
"spreedly-node-api",
"spreedly-authorize",
"spreedly-capture",
"spreedly-gateways",
"spreedly-certificates",
"spreedly-payment",
"spreedly-purchase",
"spreedly-receivers",
"spreedly-transactions"
],
"homepage": "https://github.com/bhushankumarl/spreedly-api",
"author": "Bhushankumar Lilapara<[email protected]>",
"contributors": [
"Bhushankumar Lilapara ([email protected])"
],
"repository": {
"type": "git",
"url": "git://github.com/bhushankumarl/spreedly-api.git"
},
"bugs:": "https://github.com/bhushankumarl/spreedly-api/issues",
"engines": {
"node": ">= v0.10.0"
},
"main": "lib/spreedly.js",
"devDependencies": {
},
"dependencies": {
"bluebird": "^2.10.2",
"lodash.isplainobject": "^4.0.6",
"object-assign": "^4.1.0",
"qs": "^2.4.2"
},
"license": "MIT",
"scripts": {
"lint": "jshintrc"
}
}