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
|
{
"name": "jwebmail",
"version": "1.2.2",
"description": "JWebmail - A Webmail Server",
"directories": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild --bundle css/style.css src/login_cram.js --outdir=public/",
"build-release": "esbuild --bundle --minify css/style.css src/login_cram.js --outdir=public/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D1CED/JWebmail.git"
},
"keywords": [
"webmail",
"email"
],
"author": "Jannis M. Hoffmann",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/D1CED/JWebmail/issues"
},
"homepage": "https://github.com/D1CED/JWebmail#readme",
"dependencies": {
"crypto-js": "^4.1.1",
"purecss": "^3.0.0"
},
"devDependencies": {
"esbuild": "^0.17.12"
}
}
|