You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
744 B
24 lines
744 B
{
|
|
"name": "zap-desktop",
|
|
"productName": "zap-desktop",
|
|
"version": "0.0.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=1.6.6 --disturl=https://atom.io/download/atom-shell --build-from-source",
|
|
"install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.6.10"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"grpc": "^1.6.6",
|
|
"react-icons": "^2.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"electron-rebuild": "^1.6.0"
|
|
}
|
|
}
|
|
|