-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 874 Bytes
/
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
{
"name": "laravel-electron",
"version": "1.0.0",
"description": "This is laravel setup with electron that can use offline using sqlite",
"main": "main.js",
"scripts": {
"electron:start":"electron .",
"electron:build":"electron-packager . laravel-electron --out=dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hareom284/laravel-electron.git"
},
"keywords": [
"laravel",
"electron",
"sqlite",
"offline"
],
"author": "Host Myanmar Organization",
"license": "MIT",
"bugs": {
"url": "https://github.com/hareom284/laravel-electron/issues"
},
"homepage": "https://github.com/hareom284/laravel-electron#readme",
"dependencies": {
"electron": "^22.0.0",
"electron-packager": "^17.1.1",
"node-php-server": "^0.1.2"
}
}