chat-client/package.json

23 lines
487 B
JSON

{
"name": "chat-client",
"version": "1.0.0",
"description": "An open source chat client",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsrobson10/chat-client.git"
},
"keywords": [
"chat"
],
"author": "Josua",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsrobson10/chat-client/issues"
},
"homepage": "https://github.com/jsrobson10/chat-client#readme"
}