forked from clover/remote-pay-cloud-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "remote-pay-cloud-api",
"version": "3.1.0",
"description": "API objects for the remote-pay cloud only. Includes objects used in serialization, and the ICloverConnector and ICloverConnectorListener",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "gulp",
"doc": "scripts/generateDocs.sh",
"updateVersion": "scripts/postversion.sh \"$npm_package_version\"",
"dev-publish": "npm version prerelease --no-git-tag-version && npm publish --tag dev"
},
"repository": {
"type": "git",
"build": "gulp",
"url": "https://github.com/clover/remote-pay-cloud-api.git"
},
"keywords": [
"clover",
"remotepay",
"POS",
"payment"
],
"author": {
"name": "clover-sdk",
"email": "sdk@clover.com",
"url": "http://www.clover.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/clover/remote-pay-cloud-api/issues"
},
"devDependencies": {
"del": "3.0.0",
"gulp": "4.0.0",
"jsdoc": "3.5.5",
"webpack": "3.12.0",
"webpack-stream": "4.0.0"
},
"homepage": "https://github.com/clover/remote-pay-cloud-api#readme"
}