{
  "name": "electron-single-window",
  "version": "0.2.18",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "tsc && tslint --project tsconfig.json && jest --verbose --coverage",
    "watch:test": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arvitaly/electron-single-window.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/arvitaly/electron-single-window/issues"
  },
  "homepage": "https://github.com/arvitaly/electron-single-window#readme",
  "jest": {},
  "devDependencies": {
    "@types/jest": "^23.1.0",
    "coveralls": "^3.0.1",
    "electron": "^2.0.2",
    "jest": "^23.1.0",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "commander": "^2.16.0"
  },
  "peerDependencies": {
    "electron": "^2.0.2"
  }
}
