aboutsummaryrefslogtreecommitdiffstats
path: root/clientSource/package.json
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-05-20 02:21:08 +0200
committermarzavec <admin@marzavec.com>2018-05-20 02:21:08 +0200
commita70006b5bca3c3273ba34bfd0607235339e87583 (patch)
treef360e6d4e5e636956fa03a32a6f8064285ba424a /clientSource/package.json
parentMerge pull request #12 from neelkamath/master (diff)
downloadhackchat-a70006b5bca3c3273ba34bfd0607235339e87583.tar.gz
hackchat-a70006b5bca3c3273ba34bfd0607235339e87583.zip
streamline dev flow
Diffstat (limited to 'clientSource/package.json')
-rw-r--r--clientSource/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/clientSource/package.json b/clientSource/package.json
new file mode 100644
index 0000000..15f9f07
--- /dev/null
+++ b/clientSource/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "hack.chat-v2",
+ "version": "2.0.1",
+ "description": "a minimal distraction free chat application",
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hack-chat/main.git"
+ },
+ "engines": {
+ "node": ">= 8.10.0",
+ "npm": ">= 5.7.1"
+ },
+ "scripts": {
+ "start": "http-server ../client -o -p 3000"
+ },
+ "author": "Marzavec",
+ "license": "WTFPL",
+ "dependencies": {
+ "http-server": "^0.11.1"
+ }
+}