-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06b3c76
commit f4f98c8
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,18 +60,18 @@ | |
"width": 500, | ||
"height": 400 | ||
} | ||
}, | ||
"author": { | ||
"name": "ShadyThGod", | ||
"email": "[email protected]" | ||
}, | ||
"license": "GNU GPLv3", | ||
"devDependencies": { | ||
"electron": "^2.0.8" | ||
}, | ||
"dependencies": { | ||
"mousetrap": "^1.6.2", | ||
"node-fetch": "^2.2.0" | ||
} | ||
}, | ||
"author": { | ||
"name": "ShadyThGod", | ||
"email": "[email protected]" | ||
}, | ||
"license": "GNU GPLv3", | ||
"devDependencies": { | ||
"electron": "^2.0.8" | ||
}, | ||
"dependencies": { | ||
"mousetrap": "^1.6.2", | ||
"node-fetch": "^2.2.0" | ||
} | ||
} |