chat-client/package.json

30 lines
638 B
JSON
Raw Normal View History

2019-03-24 17:22:44 +11:00
{
"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"
},
2019-03-25 13:00:56 +11:00
"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": {}
2019-03-24 17:22:44 +11:00
}