-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
46
{
"name": "shurjopay",
"version": "0.12.1",
"description": "Official shurjoPay nodejs package (plugin) for merchants or service providers to connect with shurjoPay Payment Gateway v2.1 developed and maintained by shurjoMukhi Limited.",
"main": "index.js",
"engines": {
"node": ">=13.0"
},
"scripts": {
"test": "mocha --recursive --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/shurjopay-plugins/sp-plugin-nodejs"
},
"keywords": [
"shurjopay",
"shurjomukhi",
"shurjopay-plugin",
"sp-plugin",
"nodejs"
],
"author": "Minhajul Anwar",
"maintainers": [
{
"name": "Imtiaz Rahi"
}
],
"contributors": [
{
"name": "Saiful Islam Shanto"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/shurjopay-plugins/sp-plugin-nodejs/issues",
"email": "plugindev@shurjomukhi.com.bd"
},
"homepage": "https://github.com/shurjopay-plugins",
"dependencies": {
"axios": "^0.24.0",
"mocha": "^9.1.3",
"moment": "^2.29.1",
"winston": "^3.4.0"
}
}