diff --git a/package.json b/package.json index 523bc5a..925686f 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { - "name": "postalpoint_square_plugin", - "version": "1.0.0", - "main": "plugin.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "BSD-3-Clause", - "description": "" + "name": "postalpoint_square_plugin", + "version": "1.0.0", + "main": "plugin.js", + "author": "PostalPortal LLC", + "license": "BSD-3-Clause", + "description": "Connect PostalPoint to your Square account and a Square Terminal smart card reader. This plugin supports in-person card payments and saving cards for later use when the customer isn't present, such as for mailbox renewals.", + "postalpoint": { + "pluginname": "Square Terminal", + "minVersion": "000034" + } }