-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 940 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
37
38
39
40
41
42
43
{
"name": "42-cent-moneris",
"version": "1.0.4",
"description": "42-cent adaptor for moneris payment gateway",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"42-cent-base": "^1.0.0",
"42-cent-util": "^1.0.0",
"assign": "^0.1.7",
"bluebird": "^3.5.5",
"object-assign": "^4.0.1",
"q": "^1.4.1",
"request": "^2.88.0",
"request-promise": "^4.1.1",
"superagent": "^5.1.0",
"underscore": "^1.6.0",
"xml2js": "^0.4.6"
},
"devDependencies": {
"mocha": "^6.2.1",
"casual": "^1.4.7",
"42-cent-model": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/node-moneris.git"
},
"scripts": {
"test": "NODE_ENV='test' mocha -R spec -t 5000"
},
"keywords": [
"42-cent",
"payment",
"gateway",
"eselectplus",
"moneris"
],
"author": "Max Pringle",
"license": "MIT"
}