Blame view
package.json
716 Bytes
bb3e05947
|
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 |
{ "name": "sate24-to-irs", "version": "1.0.0", "description": "ST25 to IRS", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@gitlab.kodesumber.com:reload97/sate24-to-irs.git" }, "keywords": [ "st24", "ppob", "irs", "reload97", "r97" ], "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", "license": "ISC", "dependencies": { "ini": "^1.3.4", "request": "^2.72.0", "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", "url": "^0.11.0", "winston": "^2.2.0", "xmlrpc": "^1.3.1" } } |