-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made a number of small changes over a long time: * upgrade Electron to >= 1.00 * support Node.js 6.x as build runtime, (npm changes) * small tweaks to actual function in AnyViewer
- Loading branch information
Patrick Mueller
committed
Sep 2, 2016
1 parent
6c7a4f1
commit f5c954d
Showing
4 changed files
with
33 additions
and
31 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
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
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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
{ | ||
"name": "AnyViewer", | ||
"productName": "AnyViewer", | ||
"main": "main/main.js" | ||
"name": "AnyViewer", | ||
"productName": "AnyViewer", | ||
"main": "main/main.js", | ||
"description": "a programmable desktop file viewer built on Electron", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pmuellr/AnyViewer.git" | ||
}, | ||
"dependencies": { | ||
"devtron": "1.3.x", | ||
"debug": "2.2.x", | ||
"highlight.js": "9.6.x", | ||
"jquery": "3.1.x", | ||
"marked": "0.3.x", | ||
"mkdirp": "0.5.x", | ||
"tempfile": "1.1.x", | ||
"throttle-debounce": "1.0.x", | ||
"underscore": "1.8.x", | ||
"vinyl": "1.2.x" | ||
} | ||
} |
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