-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.04 KB
/
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
40
41
42
{
"name": "circuitkiosk",
"version": "1.0.0",
"description": "Office Reception Kiosk for Circuit",
"main": "index.js",
"scripts": {
"start": "electron .",
"dev": "electron . --debug",
"test": "test",
"kiosk": "electron . --kiosk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdmartins/circuitKiosk.git"
},
"author": "Walter Martins",
"license": "ISC",
"bugs": {
"url": "https://github.com/wdmartins/circuitKiosk/issues"
},
"homepage": "https://github.com/wdmartins/circuitKiosk#readme",
"dependencies": {
"@google-cloud/speech": "^4.1.1",
"bunyan": "^1.8.14",
"circuit-sdk": "^1.2.8401",
"electron": "^7.2.4",
"electron-log": "^2.2.14",
"extend": "^3.0.2",
"file-api": "^0.10.4",
"gpio-mock": "^1.2.0",
"grpc": "^1.24.3",
"node-abi": "^2.18.0",
"node-dht-sensor": "^0.4.2",
"node-ipc": "^9.1.1",
"node-record-lpcm16": "^0.3.1",
"onoff": "^6.0.0",
"pigpio": "^3.2.3"
},
"devDependencies": {
"electron-rebuild": "^1.11.0"
}
}