-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 960 Bytes
/
package.json
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
{
"name": "@pepco/nodejs-rest-sdk",
"version": "0.2.2",
"description": "NodeJS package to connect your application to Pasargad Bank Internet Payment Gateway through RESTful API",
"homepage": "https://github.com/pepco-api/nodejs-rest-sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/pepco-api/nodejs-rest-sdk.git"
},
"main": "lib/Pasargad.js",
"scripts": {
"lint": "eslint lib/Pasargad.js"
},
"author": "Reza Seyf <rseyf@hotmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"node-fetch": "^2.6.1",
"rsa-xml": "^0.1.5"
},
"bugs": {
"url": "https://github.com/pepco-api/nodejs-rest-sdk/issues"
},
"directories": {
"lib": "lib"
}
}