This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "tim",
"productName": "TIM",
"description": "Tom's Issue Manager helps you browse, and keep track of your Github issues.",
"version": "3.5.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tborychowski/tim.git"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"start": "electron index.js",
"build": "gulp && electron-builder --mac",
"release": "electron-builder --mac --publish always"
},
"author": "Tom",
"license": "GPL-3.0-or-later",
"build": {
"appId": "com.electron.tim",
"mac": {
"category": "public.app-category.developer-tools"
},
"publish": [
"github"
]
},
"dependencies": {
"electron-config": "^2.0.0",
"electron-context-menu": "^0.12.1",
"electron-dl": "^1.14.0",
"electron-log": "^3.0.9",
"electron-window-state": "^5.0.3",
"ionicons": "4.5.8",
"jenkins-api": "^0.3.1",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"ractive": "^1.3.6",
"ractive-transitions-fade": "^0.3.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"tingodb": "^0.6.1",
"update-electron-app": "^1.5.0",
"velocity-animate": "^1.5.2"
},
"devDependencies": {
"electron": "^5.0.13",
"electron-builder": "^22.7.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-run-electron": "^3.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0"
}
}