summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0a6933d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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"
+ }
+}