-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 796 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 796 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
34
35
36
{
"name": "42-cent-beanstream",
"version": "1.0.0",
"description": "42-cent adaptor for beanstream payment gateway",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"42-cent-base": "^1.0.0",
"42-cent-util": "^1.0.0",
"bluebird": "^3.5.5",
"superagent": "^3.8.2",
"object-assign": "^4.0.1"
},
"devDependencies": {
"mocha": "^5.1.1",
"casual": "^1.6.2",
"42-cent-model": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/node-beanstream.git"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha -t 20000 ./test/"
},
"keywords": [
"42-cent",
"payment",
"gateway",
"beanstream"
],
"author": "Max Pringle",
"license": "MIT"
}