Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
trietphm committed Oct 28, 2018
1 parent d881a51 commit adb6893
Show file tree
Hide file tree
Showing 3 changed files with 1,770 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ node_modules

# Optional REPL history
.node_repl_history
dist
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,25 @@
"author": "",
"license": "MIT",
"devDependencies": {
"electron": "^3.0.4"
"electron": "^3.0.4",
"electron-builder": "^20.28.4"
},
"dependencies": {
"mousetrap": "^1.6.2"
},
"build": {
"appId": "triet.phm.pdfjs",
"productName": "pdfjs",
"mac": {
"category": "pdfjs.vim.fanboy"
},
"win": {
},
"linux": {
}
},
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder"
}
}
Loading

0 comments on commit adb6893

Please sign in to comment.