fedach
Version:
Parse FedACH Directory File Format
37 lines (36 loc) • 751 B
JSON
{
"name": "fedach",
"version": "0.3.0",
"description": "Parse FedACH Directory File Format",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"coffee-script": "^1.12.4",
"mocha": "^3.2.0"
},
"scripts": {
"test": "mocha",
"prepublish": "coffee -c index.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/freewil/node-fedach.git"
},
"keywords": [
"fed",
"ach",
"aba",
"routing"
],
"author": "Sean Lavine <lavis88@gmail.com>",
"bugs": {
"url": "https://github.com/freewil/node-fedach/issues"
},
"homepage": "https://github.com/freewil/node-fedach#readme",
"license": "ISC"
}