-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "rocketgate-sdk",
"version": "1.1.0",
"description": "SDK for the Rocketgate Payment Gateway",
"main": "index.js",
"author": "RocketGate",
"contributors": [
{
"name": "Alison Boden",
"email": "[email protected]"
},
{
"name": "Zeph LaFassett",
"email": "[email protected]"
}
],
"scripts": {
"test": "nyc --reporter=html --reporter=text --check-coverage --lines=77 --statements=77 mocha --timeout 5000"
},
"keywords": [
"rocketgate",
"gateway",
"payment"
],
"dependencies": {
"async": "2.1.x",
"is_js": "0.9.x",
"json2xml": "0.1.x",
"moment": "2.15.x",
"request": "2.76.x",
"urlencode": "1.1.x",
"xml2json": "0.10.x"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-plugin-jsdoc": "^2.4.0",
"eslint-plugin-security": "^1.3.0",
"mocha": "^3.5.3",
"nyc": "^10.1.2",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}