2018-05-20 08:21:08 +08:00
|
|
|
{
|
|
|
|
"name": "hack.chat-v2",
|
2019-08-18 07:24:29 +08:00
|
|
|
"version": "2.1.91",
|
2018-05-20 08:21:08 +08:00
|
|
|
"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": {
|
2019-12-02 12:24:19 +08:00
|
|
|
"http-server": "^0.12.0"
|
2018-05-20 08:21:08 +08:00
|
|
|
}
|
|
|
|
}
|