UNPKG

square-connect-api

Version:
55 lines (54 loc) 1.2 kB
{ "name": "square-connect-api", "version": "0.0.5", "description": "Node api wrapper for Square Connect v1 and v2", "main": "./index.js", "scripts": { "test": "NODE_ENV=test mocha ./test/index.js", "generate-docs": "node doc-builder" }, "repository": { "type": "git", "url": "https://github.com/MadisonReed/square-connect-api" }, "engines": { "node": ">=6.9.1" }, "keywords": [ "square", "square-api", "square-connect-api", "square-connect", "square-node" ], "author": { "name": "Michael Walker", "email": "mike@madison-reed.com" }, "contributors": [ { "name": "Michael Walker", "email": "mike@madison-reed.com" }, { "name": "Don Kaiser", "email": "don@madison-reed.com" } ], "license": "MIT", "dependencies": { "async": "^2.1.4", "request": "^2.79.0", "gm": "^1.23.0" }, "devDependencies": { "eslint": "^3.12.2", "jsdoc-to-markdown": "^2.0.1", "mocha": "^3.2.0", "sinon": "^1.17.6" }, "bugs": { "url": "https://github.com/MadisonReed/square-connect-api/issues" }, "homepage": "https://github.com/MadisonReed/square-connect-api" }