-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
48 lines (48 loc) · 1.14 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": "tinder-desktop",
"version": "0.1.0",
"description": "A cross-platform desktop Tinder client",
"main": "build.js",
"scripts": {
"postinstall": "cd desktop-app && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/tinderjs/tinder-desktop.git"
},
"author": "tinderjs",
"contributors": [
{
"name": "Kyle Powers (@mfkp)",
"url": "http://kylepowers.com"
},
{
"name": "Thomas Schneider",
"url": "http://thomasschneider.com"
},
{
"name": "wbyoko",
"url": "https://github.com/wbyoko"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/tinderjs/tinder-desktop/issues"
},
"homepage": "https://github.com/tinderjs/tinder-desktop",
"devDependencies": {
"electron-packager": "~7.0.0",
"electron-prebuilt": "^0.37.7",
"gulp": "^3.9.1",
"gulp-appdmg": "^1.0.2",
"gulp-inno": "0.0.7",
"gulp-load-plugins": "^1.2.0",
"merge-stream": "^1.0.0",
"removeNPMAbsolutePaths": "^0.0.1",
"run-sequence": "^1.1.5",
"shelljs": "^0.6.0"
},
"optionalDependencies": {
"gulp-appdmg": "^1.0.2"
}
}