aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-05-20 00:15:34 +0200
committerGitHub <noreply@github.com>2018-05-20 00:15:34 +0200
commit7ccbf56eebc341e78737d0ff7e2a6a3c47a62281 (patch)
tree26d944fa1f36480264b7790aef5285393e97fcdd /package.json
parentHighlight Hotfix (diff)
parentnpm has been pkged with node for awhile now; we neednt list every pkg manager... (diff)
downloadhackchat-7ccbf56eebc341e78737d0ff7e2a6a3c47a62281.tar.gz
hackchat-7ccbf56eebc341e78737d0ff7e2a6a3c47a62281.zip
Merge pull request #12 from neelkamath/master
Documentation
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..6ce7271
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "hack.chat-v2",
+ "version": "2.0.1",
+ "description": "a minimal distraction free chat application",
+ "main": "server/main.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hack-chat/main.git"
+ },
+ "engines": {
+ "node": ">= 8.10.0",
+ "npm": ">= 5.7.1"
+ },
+ "scripts": {
+ "start": "node server/main.js",
+ "config": "node server/src/scripts/configure.js",
+ "debug": "node server/src/scripts/debug.js",
+ "dev": "node server/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"
+ }
+} \ No newline at end of file