-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 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
{
"name": "parampos",
"version": "1.0.5",
"description": "Param payment systems",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"param",
"parampos",
"parampay",
"param api",
"param api node.js",
"param api node.js client",
"payment",
"payment processing",
"payment systems"
],
"author": {
"email": "info@ferdiozer.com",
"name": "Ferdi Özer",
"url": "https://www.ferdiozer.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferdiozer/parampos.git"
},
"homepage": "https://github.com/ferdiozer/parampos#readme",
"license": "ISC",
"dependencies": {
"request": "^2.88.2",
"soap": "^0.43.0",
"xml2js": "^0.4.23"
}
}