-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
38
39
40
{
"name": "electron-docker-project",
"version": "1.0.0",
"description": "Simple base for electron projects",
"main": "index.js",
"scripts": {
"gui": "./node_modules/.bin/electron index.js --no-sandbox"
},
"repository": "git+https://github.com/gpenverne/electron-docker-project.git",
"author": "gpenverne",
"license": "ISC",
"bugs": {
"url": "https://github.com/gpenverne/electron-docker-project/issues"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4",
"electron": "^7.1.11",
"electron-builder": "^21.2.0",
"electron-prebuilt": "^0.32.3"
},
"homepage": "https://github.com/gpenverne/tueslehero#readme",
"dependencies": {
"angular": "^1.7.9",
"app-builder-lib": "^22.1.0",
"bootstrap": "^4.4.1",
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"electron-is": "^3.0.0",
"electron-updater": "^4.2.0"
},
"private": true,
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android"
]
}
}