package.json
649 Bytes
{
"name": "komodo-gw-irs-lib",
"version": "1.0.0",
"description": "Library for komodo-gw-irs",
"main": "index.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:komodo/komodo-gw-irs-lib.git"
},
"keywords": [
"tektrans",
"komodo",
"ppob",
"irs"
],
"author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
"license": "ISC",
"devDependencies": {
"eslint": "^5.16.0",
"should": "^13.2.3"
},
"dependencies": {
"komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git"
}
}