-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 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
{
"name": "ar-signage-v2-client",
"version": "1.1.2",
"description": "Flexible MQTT-Based Digital Signage for Escape Rooms",
"main": "index.js",
"repository": "https://github.com/hexcodech/ar-signage-v2-client",
"author": "Marc Berchtold <me@echolot.io>",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"dist32": "electron-builder --ia32"
},
"build": {
"appId": "io.echolot.ar-signage.client",
"productName": "AR Signage v2 Client",
"copyright": "Copyright Marc Berchtold <Echolot> 2018"
},
"devDependencies": {
"electron": "^2.0.0",
"electron-builder": "^20.24.4"
},
"dependencies": {
"evilscan": "^1.6.1",
"ip": "^1.1.5",
"mqtt": "^2.17.0",
"shelljs": "^0.8.2"
}
}