summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9ebf504..60e1d96 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,13 @@
{
"name": "blachat",
"version": "0.1.0",
+ "description": "A modern IRC client",
+ "license": "GPL-3.0",
+ "repository": "http://www.blatech.co.uk/wjoe/blachat",
"main": "main.js",
"dependencies": {
"semantic-ui": "^2.1.8",
"linkifyjs": "2.0.0-beta.9",
- "irc": "0.5.0" }
+ "irc": "0.5.0",
+ "electron-prebuilt": "0.37.3" }
}