Skip to content

Instantly share code, notes, and snippets.

@raine
Created November 9, 2015 12:37
Show Gist options
  • Save raine/6408097ea6eb64c8f45b to your computer and use it in GitHub Desktop.
Save raine/6408097ea6eb64c8f45b to your computer and use it in GitHub Desktop.
const app = require('app');
{
"name": "robot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron main.js",
"watch": "watchy -w main.js -- electron main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron-prebuilt": "^0.34.3",
"watchy": "^0.6.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment