ciso8583
Version:
NodeJS ISO 8583 Parser
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "ciso8583",
"version": "1.3.0",
"description": "NodeJS ISO 8583 Parser",
"main": "src/main.js",
"scripts": {
"test": "nyc mocha --recursive --reporter spec",
"cover": "nyc report --reporter=text-lcov | coveralls",
"testold": "mocha --recursive --reporter spec",
"coverold": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --recursive -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuksynaza/cISO8583.git"
},
"keywords": [
"iso",
"iso8583",
"nodejs",
"javascript",
"financial",
"payments",
"eftpos",
"chuksy"
],
"author": "Olisa Chukwunazaekpere Chuksy",
"license": "MIT",
"bugs": {
"url": "https://github.com/chuksynaza/cISO8583/issues"
},
"homepage": "https://github.com/chuksynaza/cISO8583#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}