-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "PanDocElectron",
"version": "0.9.8",
"description": "A Graphical User Interface for PanDoc as Electron application",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niebert/PanDocElectron.git"
},
"keywords": [
"Electron",
"PanDoc",
"GUI",
"Wrapper"
],
"author": "Engelbert Niehaus",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/niebert/PanDocElectron/issues"
},
"homepage": "https://github.com/niebert/PanDocElectron",
"devDependencies": {
"electron-prebuilt": "1.2.7"
},
"dependencies": {
"electron-open-link-in-browser": "1.0.2",
"mkdirp": "0.5.1",
"node-wget": "^0.4.2",
"nodemw": "^0.10.1"
}
}