-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 KB
/
package.json
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
{
"name": "letterbox",
"version": "2.1.0",
"description": "A database driven application platform using Envelope",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/workflowproducts/letterbox.git"
},
"keywords": [
"envelope",
"electron",
"postgres",
"application"
],
"author": "Nunzio Tocci <[email protected]> (http://www.workflowproducts.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/workflowproducts/letterbox/issues"
},
"homepage": "https://github.com/workflowproducts/letterbox#readme",
"dependencies": {
"electron-context-menu": "^0.15.1",
"electron-window-state": "^5.0.3",
"fs-extra": "^1.0.0",
"hidefile": "^2.0.0"
},
"devDependencies": {
"electron": "^7.1.2"
},
"optionalDependencies": {
"envelope-portable-darwin64": "3.2.18-build1",
"envelope-portable-linux32": "3.2.18-build1",
"envelope-portable-linux64": "3.2.18-build1",
"envelope-portable-windows": "3.2.18-build1"
}
}