This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
70 lines (70 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@philipptrenz/photo-booth",
"version": "1.4.4",
"description": "A multi-platform photo booth software using Electron and your camera",
"main": "scripts/es6-init.js",
"author": {
"name": "Philipp Trenz"
},
"license": "GPL-3.0",
"os": [
"linux",
"darwin",
"win32"
],
"scripts": {
"start": "./node_modules/.bin/electron .",
"postinstall": "./node_modules/.bin/electron-rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/philipptrenz/photo-booth.git"
},
"homepage": "https://github.com/philipptrenz/photo-booth",
"engines": {
"node": ">=8.1.0"
},
"bin": {
"photo-booth": "./scripts/cli.js"
},
"bugs": {
"url": "https://github.com/philipptrenz/photo-booth/issues"
},
"keywords": [
"photobooth",
"gphoto2",
"camera",
"electron",
"photography",
"raspberry pi",
"wedding"
],
"preferGlobal": true,
"devDependencies": {
"electron": "1.7.9",
"electron-compilers": "^5.9.0"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"bootstrap": "^4.0.0",
"electron-compile": "^6.4.2",
"electron-rebuild": "^1.7.3",
"express": "^4.16.3",
"get-pixels": "^3.3.2",
"gif-encoder": "^0.7.2",
"handlebars": "^4.1.2",
"handlebars-helpers": "^0.10.0",
"i18next": "^17.0.8",
"i18next-node-fs-backend": "^2.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.1",
"sharp": "^0.22.1",
"socket.io": "^1.7.0"
},
"optionalDependencies": {
"gphoto2": "^0.3.0",
"printer": "^0.2.2",
"rpi-gpio": "^0.9.1"
}
}