blob: 2a3f3cf4731ee4b691bc572cf6bf62dadfa572e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
}
|