UNPKG

@arcticleaf/node-quickbooks

Version:

node.js client for Intuit's IPP QuickBooks V3 API.

54 lines (53 loc) 1.33 kB
{ "name": "@arcticleaf/node-quickbooks", "version": "1.0.0", "description": "node.js client for Intuit's IPP QuickBooks V3 API.", "main": "index.js", "scripts": { "test": "mocha", "build": "echo \"No build step\"", "lint": "echo \"No lint step\"", "semantic-release": "semantic-release" }, "keywords": [ "Intuit", "QuickBooks", "IPP" ], "author": "Michael Cohen", "license": "ISC", "dependencies": { "bluebird": "3.3.4", "date-fns": "^2.9.0", "jxon": "^2.0.0-beta.5", "querystring": "0.2.0", "request": "2.88.0", "request-debug": "0.2.0", "underscore": "1.12.1", "util": "0.10.3", "uuid": "^3.1.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/gitlab": "^7.2.1", "@semantic-release/npm": "^9.0.1", "async": "0.9.0", "expect": "0.1.1", "mocha": "2.2.5", "ramda": "0.17.1", "semantic-release": "^19.0.2" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "https://git.arcticleaf.io/modules/node-quickbooks.git" }, "bugs": { "url": "https://github.com/mcohen01/node-quickbooks/issues" }, "homepage": "https://github.com/mcohen01/node-quickbooks" }