forked from continuous-software/node-virtualmerchant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"author": "Laurent Renard <laurent@continuous.in.th>",
"name": "virtualmerchant",
"description": "SDK for VirtualMerchant payment gateway.",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "NODE_ENV='test' node ./node_modules/.bin/mocha ./test/ -R spec -t 35000"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/node-virtualmerchant.git"
},
"keywords": [
"virtualmerchant",
"gateway",
"payment",
"42-cent"
],
"license": "MIT",
"dependencies": {
"42-cent-base": "^0.9.0",
"42-cent-util": "^1.0.0",
"bluebird": "^2.3.2",
"request": "2.53.0",
"xml2js": "^0.4.6"
},
"devDependencies": {
"42-cent-model": "^2.0.0",
"casual": "^1.4.7",
"mocha": "^1.21.4"
}
}