aboutsummaryrefslogtreecommitdiffstats
path: root/clientSource/package.json
blob: 6078f231fdf09e1de3b198a91a906f19cc7e0595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "hack.chat-v2",
  "version": "2.1.91",
  "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.12.0"
  }
}