-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 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
{
"name": "@mypos-ltd/mypos",
"version": "0.0.5",
"description": "This repository provides a native NodeJS SDK, which enables to integrate your solution with myPOS APIs such as Checkout, Transactions, Devices, Webhooks and more to come.",
"main": "mypos.js",
"scripts": {},
"keywords": [
"mypos"
],
"author": "myPOS",
"license": "ISC",
"dependencies": {
"enum": "^2.5.0",
"net": "^1.0.2",
"request": "^2.88.0",
"uuid": "^3.3.3",
"node-rsa": "^1.0.6"
},
"directories": {
"example": "examples"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/developermypos/mypos-js.git"
},
"bugs": {
"url": "https://github.com/developermypos/mypos-js/issues"
},
"homepage": "https://github.com/developermypos/mypos-js#readme"
}