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.

19 lines
582 B

8 years ago
{
"name": "Zap Desktop",
"productName": "Zap Desktop",
"version": "0.0.1",
8 years ago
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"main": "./main.prod.js",
"author": {
"name": "Jack Mallers",
"email": "jimmymowschess@gmail.com",
8 years ago
"url": "https://github.com/chentsulin"
},
"scripts": {
"postinstall": "npm rebuild --runtime=electron --target=1.6.6 --disturl=https://atom.io/download/atom-shell --build-from-source"
},
"license": "MIT",
"dependencies": {
}
}