forked from continuous-software/42-cent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 891 Bytes
/
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
{
"name": "42-cent",
"version": "1.5.3",
"description": "Node.js multi-gateway payment processing module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/42-cent.git"
},
"keywords": [
"gateway",
"payment",
"42-cent"
],
"author": "Laurent Renard <[email protected]>",
"license": "MIT",
"dependencies": {
"42-cent-base": "^1.0.0",
"42-cent-beanstream": "^1.0.0",
"42-cent-braintree": "^1.0.0",
"42-cent-model": "^2.0.0",
"42-cent-omise": "^1.0.0",
"42-cent-paypal": "^1.0.0",
"42-cent-stripe": "^1.0.0",
"42-cent-worldpay": "^1.0.0",
"42-cent-moneris": "^1.0.4",
"authorize-net": "^1.0.0",
"nmi": "^1.0.3",
"payflow": "^1.0.0",
"rocketgate": "^1.0.0",
"virtualmerchant": "^1.0.0"
},
"devDependencies": {
"mocha": "^1.21.4"
}
}