package.json
629 Bytes
{
"name": "sate24-to-trustlink",
"version": "1.0.0",
"description": "ST24 to TrustLink",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/sate24-to-trustlink.git"
},
"keywords": [
"st24",
"ppob",
"r97",
"trust"
],
"author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>",
"license": "ISC",
"dependencies": {
"ini": "^1.3.4",
"sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
"sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git"
}
}