summaryrefslogtreecommitdiff
path: root/package.json
blob: de2854e79e3a8723e2cf43cff40d8549f87b699e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "blachat",
  "version": "0.2.1",
  "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-framework": "2.0.0",
    "electron-prebuilt": "0.37.3"  }
}