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
|
{
"name": "jwebmail",
"version": "1.2.2",
"description": "JWebmail - A Webmail Server",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch-sass": "sass --watch --load-path=node_modules/ scss/my_bulma.scss public/css/my_bulma.css",
"watch-esbuild": "esbuild --watch --bundle --sourcemap css/*.css src/*.js --outdir=public/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D1CED/JWebmail.git"
},
"private": true,
"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"
},
"devDependencies": {
"bulma": "^0.9.4",
"esbuild": "^0.17.12",
"sass": "^1.60.0",
"purecss": "^3.0.0"
}
}
|