Skip to content

Commit

Permalink
Added more info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Jun 28, 2018
1 parent 1b3ad4b commit 287d6ab
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@
"name": "ueli",
"productName": "ueli",
"version": "4.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oliverschwendener/ueli"
},
"homepage": "https://ueli.oliverschwendener.ch",
"author": {
"name": "Oliver Schwendener",
"email": "oliver.schwendener@hotmail.com",
"url": "https://github.com/oliverschwendener"
},
"description": "A keystroke launcher for Windows and macOS",
"os": [
"win32",
"darwin"
],
"keywords": [
"keystroke",
"launcher",
Expand Down Expand Up @@ -59,15 +69,10 @@
"webpack-cli": "^2.0.11",
"webpack-merge": "^4.1.2"
},
"license": "MIT",
"dependencies": {
"electron-is-dev": "^0.3.0",
"electron-updater": "^2.20.1",
"fuse.js": "^3.2.0",
"vue": "^2.5.13"
},
"repository": {
"type": "git",
"url": "https://github.com/oliverschwendener/ueli"
}
}

0 comments on commit 287d6ab

Please sign in to comment.