-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 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
{
"name": "bem-example",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"debug": "BEM_EXAMPLE_DEBUG=true electron .",
"package:macos": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=img/cappuccino-white-steam.icns --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaffeinateOften/bem-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CaffeinateOften/bem-example/issues"
},
"homepage": "https://github.com/CaffeinateOften/bem-example#readme",
"dependencies": {},
"devDependencies": {
"electron": "^7.1.5",
"electron-packager": "^14.1.1"
}
}