-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 946 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
39
40
41
42
43
44
45
46
{
"name": "vcmcemtex",
"version": "1.0.0",
"description": "Universal & customable cemtext generator for batch transactions",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dalikewara/vcmcemtex.git"
},
"homepage": "https://github.com/dalikewara/vcmcemtex",
"bugs": {
"url": "https://github.com/dalikewara/vcmcemtex/issues",
"email": "dalikewara@gmail.com"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"tool",
"toolkit",
"vascomm",
"string",
"cemtex",
"cemtext",
"helper",
"format",
"bank",
"batch",
"transaction",
"file",
"generator"
],
"author": "Dali Kewara",
"contributors": [
{
"name": "Dali Kewara",
"email": "dalikewara@gmail.com",
"url": "https://www.dalikewara.com"
}
],
"license": "MIT",
"dependencies": {
"vcmloop": "^1.0.2",
"vcmpad": "^1.0.5"
}
}