-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
98 lines (98 loc) · 3.14 KB
/
Copy pathcodemeta.json
File metadata and controls
98 lines (98 loc) · 3.14 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"@id": "https://github.com/Posnic/POS",
"name": "Posnic POS",
"alternateName": "Posnic Point of Sale",
"description": "Free, offline-first point-of-sale software for retail shops and restaurants. Posnic's own source is AGPL-3.0-only; release packages contain separately licensed components, including MongoDB Community Server under SSPL-1.0.",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Point of sale software",
"author": {
"@type": "Organization",
"name": "Posnic Innovations Private Limited",
"url": "https://posnic.com/about"
},
"publisher": {
"@type": "Organization",
"name": "Posnic Innovations Private Limited",
"url": "https://posnic.com/about"
},
"maintainer": {
"@type": "Person",
"name": "Sridhar Bala",
"url": "https://github.com/sridharkalaibala"
},
"codeRepository": "https://github.com/Posnic/POS",
"issueTracker": "https://github.com/Posnic/POS/issues",
"continuousIntegration": "https://github.com/Posnic/POS/actions",
"version": "1.6.1",
"developmentStatus": "active development; package version 1.6.1 is not a tagged release",
"license": "https://spdx.org/licenses/AGPL-3.0-only.html",
"isAccessibleForFree": true,
"programmingLanguage": [
"JavaScript",
"HTML",
"CSS"
],
"runtimePlatform": [
"Electron",
"Node.js",
"MongoDB"
],
"operatingSystem": [
"Windows",
"macOS",
"Linux"
],
"keywords": [
"pos",
"point-of-sale",
"point-of-sale-system",
"pos-software",
"electron",
"offline-first",
"open-source",
"retail",
"restaurant",
"inventory-management",
"billing-software",
"windows",
"macos",
"linux",
"mongodb"
],
"url": "https://posnic.com/",
"downloadUrl": "https://github.com/Posnic/POS/releases/latest",
"softwareHelp": "https://github.com/Posnic/POS/blob/main/docs/USER_GUIDE.md",
"citation": "https://github.com/Posnic/POS/blob/main/CITATION.cff",
"relatedLink": [
"https://posnic.com/posnic-facts",
"https://posnic.com/trust",
"https://github.com/Posnic/POS/blob/main/PRIVACY.md",
"https://github.com/Posnic/POS/blob/main/GOVERNANCE.md",
"https://github.com/Posnic/POS/blob/main/THIRD-PARTY-NOTICES.md",
"https://posnic.com/features",
"https://posnic.com/download",
"https://posnic.com/developers",
"https://github.com/Posnic/POS/blob/main/docs/ADOPTION_EVIDENCE.md"
],
"softwareVersion": "1.6.1",
"dateModified": "2026-08-23",
"readme": "https://github.com/Posnic/POS/blob/main/README.md",
"buildInstructions": "https://github.com/Posnic/POS/blob/main/docs/DEVELOPMENT.md",
"releaseNotes": "https://github.com/Posnic/POS/blob/main/docs/ROADMAP.md",
"isSourceCodeOf": {
"@id": "https://posnic.com/#software",
"@type": "SoftwareApplication",
"name": "Posnic POS",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Point of sale software",
"operatingSystem": [
"Windows",
"macOS",
"Linux"
],
"isAccessibleForFree": true,
"url": "https://posnic.com/"
}
}