-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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
{
"name": "tools",
"version": "1.2",
"description": "Website with math and IT tools",
"keywords": [
"website",
"application",
"calculator",
"app",
"it",
"tools",
"pwa",
"math",
"offline",
"tool",
"progressive-web-app",
"mathematics",
"calculations",
"webapp",
"information-technology",
"offline-capable",
"pwa-apps",
"pwa-app",
"pwa-offline",
"offline-first"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bartekl1/tools.git"
},
"author": "bartekl1",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/bartekl1/tools/issues"
},
"homepage": "https://bartekl1.github.io/tools/",
"dependencies": {
"bootstrap": ">=5.3.2",
"bootstrap-icons": ">=1.11.1",
"bowser": ">=2.11.0",
"browserify": ">=17.0.0",
"crypto-js": ">=4.2.0",
"csv": ">=6.3.5",
"express": ">=4.18.2",
"fs-extra": ">=11.1.1",
"latex.js": ">=0.12.6",
"minimist": ">=1.2.8",
"moment-timezone": ">=0.5.43",
"qrcode": ">=1.5.3",
"random-js": ">=2.1.0",
"showdown": ">=2.1.0",
"totp-generator": "^0.0.14"
},
"scripts": {
"start": "node app.js",
"build": "node build.js"
},
"main": "app.js"
}