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
2018-05-19 17:21:08 -07:00

23 lines
469 B
JSON

{
"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"
}
}