Skip to content

Commit

Permalink
Life going on (✿ ♥‿♥)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep1995 committed Nov 18, 2018
1 parent ddca710 commit 8879a89
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<title>Pingo</title>
</head>
<body>
<h1>Hello World!</h1>
Expand Down
36 changes: 32 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,40 @@
"description": "Love for NodeJS",
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"release": "build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandeep1995/pingo.git"
},
"repository": "https://github.com/sandeep1995/pingo",
"author": "Sandeep Acharya",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^3.0.9"
}
"electron": "^3.0.9",
"electron-builder": "^20.36.2"
},
"build": {
"appId": "com.applyhead.pingo",
"productName": "Pingo",
"copyright": "Copyright © year Sandeep Acharya",
"mac": {
"category": "public.app-category.developer-tools",
"type": "distribution"
},
"publish": [
"github"
]
},
"dependencies": {
"electron-updater": "^4.0.4"
},
"bugs": {
"url": "https://github.com/sandeep1995/pingo/issues"
},
"homepage": "https://github.com/sandeep1995/pingo#readme",
"keywords": []
}

0 comments on commit 8879a89

Please sign in to comment.