-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 912 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
33
34
35
36
37
38
39
{
"name": "myElectronMaterialDesign",
"version": "1.0.0",
"description": "A minimal Electron + Material Design + Material Design Icons + NeDB application",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"build": {
"appId": "your.id",
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
}
},
"repository": "https://github.com/Sulkar/myElectronMaterialDesign.git",
"keywords": [
"Electron",
"Material Design",
"Material Design Icons",
"NeDB",
"start"
],
"author": "Richard Scheglmann",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.7.8",
"electron-builder": "^19.56.0",
"electron-reload": "^1.2.2"
},
"dependencies": {
"jquery": "^3.3.1",
"material-components-web": "^0.28.0",
"material-design-icons": "^3.0.1",
"nedb": "^1.8.0"
}
}