-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.02 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
{
"name": "electron-webgl",
"version": "5.1.1",
"description": "Electron WebGL in a snap package.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"snap": "build --linux snap"
},
"build": {
"appId": "electron-webgl",
"linux": {
"icon": "icon",
"synopsis": "Electron WebGL in a snap package.",
"description": "Electron 4.2.4 is newest version that works in Snap (2019-06-09)",
"category": "test",
"target": [
"snap"
]
},
"snap": {
"confinement": "strict",
"summary": "Electron WebGL in a snap package.",
"grade": "devel",
"stagePackages": [
"default"
]
}
},
"repository": "https://github.com/dmiller309/electron-snap-webgl",
"keywords": [
"electron",
"webgl",
"snap"
],
"author": "Andrew Miller <dmiller309@gmail.com>",
"license": "ISC",
"devDependencies": {
"electron": "^4.2.4",
"electron-builder": "^20.43.0"
}
}