forked from glenselle/nACH2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 987 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 987 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}