aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorNeel Kamath <neelkamath@protonmail.com>2018-05-13 12:39:55 +0200
committerNeel Kamath <neelkamath@protonmail.com>2018-05-13 12:39:55 +0200
commit2bb5ced363b692a5696b176bc317fe525c0c05df (patch)
tree1532d9456c5f2b25ac05f7cec620a3af890eff83 /package.json
parentRe-add module documentation (diff)
downloadhackchat-2bb5ced363b692a5696b176bc317fe525c0c05df.tar.gz
hackchat-2bb5ced363b692a5696b176bc317fe525c0c05df.zip
Flatten
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..8417c13
--- /dev/null
+++ b/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "hack.chat-v2",
+ "version": "2.0.1",
+ "description": "a minimal distraction free chat application",
+ "main": "main.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hack-chat/main.git"
+ },
+ "engines": {
+ "node": ">= 8.10.0",
+ "npm": ">= 5.7.1"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "start": "node server.js",
+ "config": "node src/scripts/configure.js",
+ "debug": "node src/scripts/debug.js",
+ "dev": "node src/scripts/debug.js"
+ },
+ "author": "Marzavec",
+ "license": "WTFPL",
+ "dependencies": {
+ "chalk": "^2.3.2",
+ "common-tags": "^1.7.2",
+ "dateformat": "^3.0.3",
+ "deasync": "^0.1.12",
+ "didyoumean2": "^1.3.0",
+ "fs-extra": "^5.0.0",
+ "prompt": "^1.0.0",
+ "readdir-recursive": "0.0.4",
+ "ws": "^5.0.0"
+ }
+}