{
  "name": "zap-desktop",
  "productName": "ZapDesktop",
  "version": "0.1.1",
  "description": "desktop application for the lightning network",
  "main": "./main.prod.js",
  "author": {
    "name": "Jack Mallers",
    "email": "jimmymowschess@gmail.com",
    "url": "https://github.com/LN-Zap/zap-desktop"
  },
  "scripts": {
    "postinstall": "npm rebuild --runtime=electron --target=2.0.2 --disturl=https://atom.io/download/atom-shell --build-from-source"
  },
  "license": "MIT",
  "dependencies": {
    "grpc": "^1.12.3",
    "ps-node": "^0.1.6",
    "react-icons": "^2.2.5"
  }
}