forked from epayco/epayco-node
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 956 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 956 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
37
38
39
40
41
42
43
44
45
{
"name": "vaki-epayco-node",
"version": "1.1.3-beta01",
"description": "Epayco API client for node.js",
"engine": {
"node": ">=8.14.1"
},
"main": "lib/index.js",
"scripts": {
"lint": "standard",
"test": "ava",
"test:watch": "ava --watch",
"coverage": "nyc ava"
},
"repository": {
"type": "git",
"url": "git://github.com/VakiGlobal/epayco-node.git"
},
"keywords": [
"Epayco",
"API",
"Vaki",
"VakiGlobal"
],
"author": "Juan José Arboleda <juan@vaki.co> (https://vaki.co)",
"contributors": [
"Juan José Arboleda <juan@vaki.co>"
],
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
"debug": "2.6.9",
"ip": "^1.1.5",
"moment": "^2.24.0",
"superagent": "^3.8.3"
},
"devDependencies": {
"@types/node": "^11.13.0",
"ava": "^1.4.1",
"mocha": "2.0.1",
"nyc": "^14.0.0",
"request-ip": "^2.1.3",
"standard": "^12.0.1"
}
}