electron-react-app
Version:
Boilerplate and tooling for Electron application development with React
37 lines (36 loc) • 709 B
JSON
{
"name": "electron-react-app",
"version": "0.0.2",
"description": "Boilerplate and tooling for Electron application development with React",
"repository": "thangngoc89/electron-react-app",
"author": "Khoa Nguyen <hi@khoanguyen.me> (https://khoanguyen.me)",
"license": "MIT",
"keywords": [
"react",
"reactjs",
"webpack",
"babel",
"es6",
"es2015",
"jsx",
"redux",
"react-router",
"electron",
"template",
"templates",
"boilerplate",
"scarrold",
"scaffolding"
],
"engines": {
"node": ">=6",
"npm": ">=3.8"
},
"files": [
"bin",
"cli.js"
],
"bin": {
"electron-react-app": "./bin/electron-react-app.js"
}
}