UNPKG

nach

Version:

nACH is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network

44 lines (43 loc) 987 B
{ "name": "nach", "description": "nACH is a highly customizable Node.js module exposing a high & low-level API for generating ACH files for use within the ACH network", "version": "0.3.5", "author": "The Zipline Labs team", "keywords": [ "ACH", "file", "Automated Clearing House" ], "contributors": [{ "name": "Glen Selle", "email": "glen@zipline.co" }, { "name": "Tom Horner", "email": "tom.horner@zipline.co" }, { "name": "Yaw Joseph Etse", "email": "yaw.etse@gmail.com", "url": "http://about.me/yawjosephetse" }], "repository": { "type": "git", "url": "https://github.com/zipline/nACH.git" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --recursive" }, "dependencies": { "moment": "2.x.x", "lodash": "3.x.x", "async": "0.9.x" }, "devDependencies": { "mocha": "latest", "chai": "latest" } }