forked from Kevnz/pxpay
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 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
52
53
54
{
"name": "pxpay2",
"version": "1.0.4",
"description": "A node module for using the Payment Express PXPay 2.0 service for payment processing including response parsing",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Unkn0wn-kgb/pxpay.git"
},
"keywords": [
"dsp",
"ecommerce",
"payments",
"payment",
"gateway",
"paymentexpress",
"payment",
"express",
"transactions"
],
"author": "Kevin Isom <kevin.isom@gmail.com>",
"contributors" : [
{"name": "Tim P"}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/unkn0wn-kgb/pxpay/issues"
},
"dependencies": {
"xml": "0.0.8",
"xml2js": "~0.2.8",
"request": "~2.27.0"
},
"devDependencies": {
"chai": "~1.9.0",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.3.0",
"mocha": "~1.13.0",
"proxyquire": "^1.3.1",
"qconf": "~0.3.0",
"tap": "^0.7.1",
"xmldom": "~0.1.16",
"xpath": "0.0.5"
},
"homepage": "https://github.com/Unkn0wn-kgb/pxpay#readme",
"directories": {
"test": "tests"
}
}