-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.82 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "node-red-contrib-korona",
"version": "1.0.2",
"description": "Korona.Cloud for node-red",
"main": "node-red-contrib-korona.js",
"dependencies": {
"cloud-api-v3-js-client": "COMBASE/cloud-api-v3-js-client#1.0.0"
},
"node-red": {
"nodes": {
"KORONA-API-Credentials": "./nodes/korona-api-credentials.js",
"Accounts": "./nodes/Accounts.js",
"Assortments": "./nodes/Assortments.js",
"Cashiers": "./nodes/Cashiers.js",
"CommodityGroups": "./nodes/CommodityGroups.js",
"Currencies": "./nodes/Currencies.js",
"CustomerGroups": "./nodes/CustomerGroups.js",
"CustomerOrders": "./nodes/CustomerOrders.js",
"Customers": "./nodes/Customers.js",
"EconomicZones": "./nodes/EconomicZones.js",
"InfoTexts": "./nodes/InfoTexts.js",
"OrganizationalUnits": "./nodes/OrganizationalUnits.js",
"PaymentMethods": "./nodes/PaymentMethods.js",
"PointsOfSale": "./nodes/PointsOfSale.js",
"PriceGroups": "./nodes/PriceGroups.js",
"Products": "./nodes/Products.js",
"Receipts": "./nodes/Receipts.js",
"SalesTaxes": "./nodes/SalesTaxes.js",
"Sectors": "./nodes/Sectors.js",
"Suppliers": "./nodes/Suppliers.js",
"Tags": "./nodes/Tags.js"
}
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"node-red",
"combase",
"pos",
"korona",
"cloud",
"red",
"iot"
],
"author": {
"name": "Philipp Dylong",
"email": "[email protected]",
"url": "https://github.com/CreekPLD/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/COMBASE/node-red-contrib-korona/issues"
},
"homepage": "https://github.com/COMBASE/node-red-contrib-korona#readme"
}