-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 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
31
32
33
34
35
{
"name": "face-auth",
"description": "Authenticate users against a snapshot of their face",
"author": "Fabian Kübler",
"productName": "Face Authentication",
"version": "0.2.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "build --dir",
"dist": "build"
},
"main": "app/main.js",
"build": {
"appId": "io.urmel.fabian.face-auth",
"mac": {
"category": "io.urmel.fabian.face-auth.authentication"
}
},
"dependencies": {},
"devDependencies": {
"Q": "0.0.1",
"asar": "^0.13.0",
"electron": "^1.6.2",
"electron-builder": "^16.3.0",
"fs-jetpack": "^0.13.1",
"gulp": "^3.9.1",
"gulp-changed": "^2.0.0",
"gulp-coffee": "^2.3.4",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-util": "^3.0.8",
"rcedit": "^0.8.0",
"tiny-lr": "^1.0.3"
}
}