checkbook-api
Version:
Node.js library for the Checkbook.io API
37 lines (36 loc) • 867 B
JSON
{
"name": "checkbook-api",
"version": "3.2.4",
"description": "Node.js library for the Checkbook.io API",
"keywords": [
"checkbook",
"digital checks",
"digital payments",
"api",
"ach"
],
"main": "lib/checkbook.js",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1"
},
"author": "Checkbook.io <support@checkbook.io> (https://checkbook.io/)",
"contributors": [
"Cosmin Molea <cmolea@checkbook.io>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CheckbookWeb/checkbook_node.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CheckbookWeb/checkbook_node/issues"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/CheckbookWeb/checkbook_node#readme",
"dependencies": {
"lodash": "^4.17.14",
"request": "^2.88.0"
}
}