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