30 lines
638 B
JSON
30 lines
638 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",
|
|
"dependencies": {
|
|
"electron": "^4.1.1",
|
|
"fs": "^0.0.1-security",
|
|
"net": "^1.0.2",
|
|
"node-rsa": "^1.0.5"
|
|
},
|
|
"devDependencies": {}
|
|
}
|