-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 941 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
35
36
37
38
{
"name": "eghtesad-novin-checkout",
"version": "1.0.1",
"description": "Unofficial NodeJS implementation of Novin Pardakht Eghtesad Novin Gateway API",
"main": "./lib/rc/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "lsc -w -o ./lib/ ./src",
"prepare": "lsc -o ./lib ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pouriaMaleki/eghtesad-novin-checkout.git"
},
"keywords": [
"novin-pardakht",
"eghtesad-novin",
"eghtesad-novin-bank",
"bank",
"bank-gateway"
],
"author": "Pouria Maleki",
"license": "MIT",
"bugs": {
"url": "https://github.com/pouriaMaleki/eghtesad-novin-checkout/issues"
},
"homepage": "https://github.com/pouriaMaleki/eghtesad-novin-checkout#readme",
"devDependencies": {
"livescript": "^1.5.0"
},
"dependencies": {
"debug": "^3.1.0",
"easysoap": "^1.0.6",
"when": "^3.7.8"
}
}