Skip to content

Instantly share code, notes, and snippets.

@sigdelsanjog
Created September 22, 2017 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigdelsanjog/9bef9be636ce0fe40f8f606dd5fe04eb to your computer and use it in GitHub Desktop.
Save sigdelsanjog/9bef9be636ce0fe40f8f606dd5fe04eb to your computer and use it in GitHub Desktop.
{
"name": "countdown",
"productName": "COUNTDOWN",
"version": "1.0.0",
"description": "Simple Countdown timer using ELECTRON API.",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"electron-prebuilt": "^1.4.13"
},
"dependencies": {
"electron": "^1.7.6",
"electron-prebuilt": "^1.4.13"
},
"repository": {
"type":"" ,
"url": ""
},
"bugs": {
"url":"" },
"homepage":""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment