1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
hack-chat-main/clientSource/package.json

23 lines
469 B
JSON
Raw Normal View History

2018-05-20 08:21:08 +08:00
{
"name": "hack.chat-v2",
2018-06-04 02:08:35 +08:00
"version": "2.0.3",
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": {
"http-server": "^0.11.1"
}
}