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.

22 lines
566 B

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