iso8583
Version:
An node.js JavaScript implementation of ISO 8583 parser.
32 lines (31 loc) • 762 B
JSON
{
"name": "iso8583",
"version": "0.0.1",
"author": "Jafar Shadiq <reekoheek@gmail.com> (http://xinix.co.id)",
"description": "An node.js JavaScript implementation of ISO 8583 parser.",
"homepage": "https://github.com/reekoheek/node-iso8583",
"repository": {
"type": "git",
"url": "git://github.com/reekoheek/node-iso8583.git"
},
"bugs": {
"url": "https://github.com/reekoheek/node-iso8583/issues"
},
"main": "./index",
"engines": {
"node": "*"
},
"readmeFilename": "README.md",
"gitHead": "3482bcf0c5874a36eba4b7692cedb8bce683daca",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"iso",
"8583"
],
"license": "BSD"
}