-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 Bytes
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
{
"name": "pet_adoption_website",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "DoggyFoster",
"win": {
"icon": "images/icon-doggy.ico",
"target": "nsis"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krishanth-K/Pet_Adoption_Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Krishanth-K/Pet_Adoption_Website/issues"
},
"homepage": "https://github.com/Krishanth-K/Pet_Adoption_Website#readme",
"description": "",
"dependencies": {
},
"devDependencies": {
"electron": "^35.1.4",
"electron-builder": "^26.0.12"
}
}