electronic-kit-start
Version:
Electronic kit start for devlopment on electron
42 lines (41 loc) • 1.31 kB
JSON
{
"name": "electron-template-simple",
"version": "1.0.0",
"description": "This project aims to create an electron professional grade starter kit inspired from the folder structure and tools that can be found when using tools like ionic for mobile app development. It relies on npm and bower for dependencies management and gulp for sass compilation.",
"main": "./app/app.js",
"scripts": {
"start": "electron ./app",
"test": "mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VirtuoWorks/electron-professional-grade-starter-kit.git"
},
"keywords": [
"Electron",
"Bower",
"Gulp",
"Sass",
"Starter",
"Kit"
],
"author": "Sami Radi <sami.radi@virtuoworks.com> (http://www.virtuoworks.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VirtuoWorks/electron-professional-grade-starter-kit/issues"
},
"homepage": "https://github.com/VirtuoWorks/electron-professional-grade-starter-kit#readme",
"dependencies": {
"bower": "^1.8.0",
"electron": "^1.6.2",
"electron-packager": "^8.5.2",
"electron-prebuilt": "^1.4.13",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"mocha": "^3.2.0"
},
"devDependencies": {
"eslint": "^3.16.0",
"eslint-config-google": "^0.7.1"
}
}