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.
18 lines
605 B
18 lines
605 B
{
|
|
"name": "electron-react-boilerplate",
|
|
"productName": "electron-react-boilerplate",
|
|
"version": "1.0.0",
|
|
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
|
|
"main": "./main.prod.js",
|
|
"author": {
|
|
"name": "C. T. Lin",
|
|
"email": "chentsulin@gmail.com",
|
|
"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": {
|
|
}
|
|
}
|
|
|