From a70006b5bca3c3273ba34bfd0607235339e87583 Mon Sep 17 00:00:00 2001 From: marzavec Date: Sat, 19 May 2018 17:21:08 -0700 Subject: streamline dev flow --- clientSource/package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 clientSource/package.json (limited to 'clientSource/package.json') 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" + } +} -- cgit v1.2.1