-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 810 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 810 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
{
"name": "poynt",
"version": "0.0.49",
"description": "Poynt Node.js SDK",
"main": "lib/index.js",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"async": "^2.5.0",
"debug": "^3.0.0",
"ff": "^0.2.2",
"jsonwebtoken": "^7.4.3",
"request": "^2.81.0",
"uuid": "^9.0.1",
"validator": "^13.7.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git@github.com:godaddy/poynt-node.git"
},
"keywords": [
"Poynt",
"GoDaddy",
"payments",
"SDK"
],
"author": "GoDaddy.com Operating Company, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/godaddy/poynt-node/issues"
},
"homepage": "https://github.com/godaddy/poynt-node#readme"
}