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.
20 lines
539 B
20 lines
539 B
{
|
|
"name": "zap-desktop",
|
|
"productName": "Zap",
|
|
"version": "0.2.1-beta",
|
|
"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/electron"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"grpc": "^1.13.0",
|
|
"react-icons": "^2.2.5"
|
|
}
|
|
}
|
|
|