1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/server/package.json
2019-03-18 23:36:21 -07:00

31 lines
678 B
JSON

{
"name": "hack.chat-v2",
"version": "2.1.9",
"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": {
"start": "node main.js",
"config": "node src/scripts/configure.js"
},
"author": "Marzavec",
"license": "WTFPL",
"dependencies": {
"chalk": "^2.4.2",
"common-tags": "^1.8.0",
"dateformat": "^3.0.3",
"didyoumean2": "^2.0.2",
"fs-extra": "^7.0.1",
"prompt": "^1.0.0",
"readdir-recursive": "0.0.4",
"ws": "^6.1.4"
}
}