-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
30 lines (30 loc) · 968 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
{
"name": "slide-beacon-app",
"version": "0.4.3",
"description": "Electron app to broadcast URLs as an Eddystone Physical Web beacon",
"main": "main.js",
"scripts": {
"package": "node ./node_modules/electron-packager/cli.js ./ SlideBeacon --platform=darwin --arch=x64 --electron-version=1.8.4 --ignore=node_modules/electron-rebuild --asar --icon=icon.icns --overwrite",
"electron": "node ./node_modules/electron/cli.js .",
"rebuild": "node ./node_modules/.bin/electron-rebuild"
},
"repository": {
"type": "git",
"url": "git://github.com/dermike/slide-beacon-app.git"
},
"keywords": [
"electron"
],
"author": "Mikael Jergefelt",
"license": "ISC",
"devDependencies": {
"electron-packager": "11.2.0",
"electron": "1.8.4",
"electron-rebuild": "1.7.3"
},
"dependencies": {
"eddystone-beacon": "https://github.com/don/node-eddystone-beacon/tarball/master",
"mdns": "^2.3.4",
"ws": "^5.1.0"
}
}