-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "photobooth",
"version": "2.1.0-alpha",
"description": "A Photobooth webinterface for Raspberry Pi and Windows",
"scripts": {
"build": "gulp sass",
"watch": "gulp sass:watch",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint resources/js/*.js resources/lang/*.js",
"eslint:fix": "eslint resources/js/*.js resources/lang/*.js --fix",
"pack:build": "node scripts/pack-build.js"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andreknieriem/photobooth.git"
},
"homepage": "https://github.com/andreknieriem/photobooth",
"bugs": {
"url": "https://github.com/andreknieriem/photobooth/issues"
},
"keywords": [
"photobooth",
"gphoto2",
"camera",
"digicamcontrol",
"photography",
"raspberry pi",
"wedding",
"events"
],
"dependencies": {
"font-awesome": "^4.7.0",
"gulp": "4.0.2",
"gulp-sass": "4.0.2",
"jquery": "^3.5.0",
"marvinj": "https://github.com/gabrielarchanjo/marvinj",
"normalize.css": "^8.0.1",
"photoswipe": "^4.1.3"
},
"devDependencies": {
"archiver": "^3.1.1",
"colors": "^1.4.0",
"eslint": "^6.5.1",
"git-tag-version": "^1.3.1"
}
}