aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
new file mode 100644
index 0000000..2a3f3cf
--- /dev/null
+++ b/client/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "jchat-client",
+ "version": "1.0.0",
+ "description": "JCHAT Web Client - Static HTML/JS files for JMAP chat client",
+ "scripts": {
+ "serve": "echo 'Use: shttpd . --port 3000' && shttpd . --port 3000",
+ "serve-alt": "python3 -m http.server 3000"
+ },
+ "keywords": ["jmap", "chat", "messaging", "static"],
+ "author": "JCHAT Team",
+ "license": "MIT"
+}