package.json
900 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
37
38
39
{
"name": "komodo-gw-mkios",
"version": "0.12.10",
"description": "Komodo gateway to Telkomsel MKIOS chip",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-gw-mkios.git"
},
"keywords": [
"komodo",
"tektrans",
"ppob",
"telkomsel",
"mkios",
"ussd",
"gsm"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"cron": "^1.3.0",
"express": "^4.16.3",
"jsesc": "^2.5.1",
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"nunjucks": "^3.1.3",
"serialport": "^6.2.2",
"sqlite3": "^4.0.2"
},
"devDependencies": {
"should": "^13.2.3"
}
}