forked from openthc/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 887 Bytes
/
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
{
"name": "pos",
"version": "420.20.262",
"description": "Retail Point of Sale",
"main": "main.js",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@riotjs/cli": "^4.0.3",
"@riotjs/compiler": "^4.11.0",
"bootstrap": "5.3.2",
"chart.js": "^4.2.1",
"datatables.net-dt": "^1.13.4",
"jquery": "3.7.1",
"jquery-ui": "1.13.2",
"lodash": "^4.17.21",
"qrcodejs": "^1.0.0",
"sass": "1.69.5"
},
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openthc/pos.git"
},
"keywords": [
"cannabis",
"pos"
],
"author": "openthc",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/openthc/pos/issues"
},
"homepage": "https://github.com/openthc/pos#readme"
}