-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.6 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Shoumi",
"version": "1.1.7",
"description": "An image viewer with networking",
"main": "js/index.js",
"dependencies": {
"electron-is-dev": "^0.3.0",
"electron-log": "^2.2.17",
"electron-prompt": "^1.1.0-1",
"electron-reload": "^1.2.5",
"electron-updater": "^3.1.2",
"file-saver": "^1.3.8",
"jquery": "^3.3.1",
"jszip": "^3.1.5",
"materialize-css": "^1.0.0-rc.2",
"md5": "^2.2.1",
"node-notifier": "^5.2.1",
"nodejs": "0.0.0",
"peer": "^0.2.10",
"pg": "^7.4.3",
"simple-peer": "^9.1.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"sweetalert2": "^7.26.28"
},
"build": {
"appId": "com.example.shoumi",
"win": {
"target": "nsis",
"publish": [
{
"provider": "github"
}
],
"extraResources": {
"from": "./build/",
"to": "."
}
}
},
"devDependencies": {
"electron": "2.0.8",
"electron-builder": "^20.28.4",
"electron-builder-squirrel-windows": "^20.28.3"
},
"scripts": {
"start": "electron .",
"publish": "build --win -p always",
"dist": "electron-builder",
"debug": "set DEBUG=electron-builder && build",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Peldan/imgviewer.git"
},
"standard": {
"globals": [
"$"
]
},
"keywords": [],
"author": "Arvid Peldán",
"license": "ISC",
"bugs": {
"url": "https://github.com/Peldan/imgviewer/issues"
},
"homepage": "https://github.com/Peldan/imgviewer#readme"
}