{ "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" } }