electron-starter/package.json
2019-02-19 15:18:20 -05:00

36 lines
1.1 KiB
JSON

{
"name": "lbry-electron-starter",
"version": "0.0.1",
"description": "A simple starter application that bundles the lbry sdk",
"main": "index.js",
"scripts": {
"start": "electron ./src/main",
"dev": "electron ./src/main/index.js",
"postinstall": "node build/download-sdk.js"
},
"dependencies": {
"electron": "^4.0.4",
"find-process": "^1.2.0",
"lbry-redux": "lbryio/lbry-redux",
"node-fetch": "^2.3.0",
"url": "^0.11.0"
},
"devDependencies": {
"decompress": "^4.2.0",
"del": "^3.0.0",
"electron-reload": "^1.2.5"
},
"lbrySettings": {
"lbrynetSDKVersion": "0.32.1",
"lbrynetSDKUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vSDKVER/lbrynet-OSNAME.zip",
"lbrynetSDKDir": "dist/sdk",
"lbrynetSDKFileName": "lbrynet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbry-developers/lbry-electron-starter.git"
},
"author": "https://github.com/lbryio/electron-starter/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/lbry-developers/lbry-electron-starter#readme"
}