-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "pomolectron",
"version": "1.2.0",
"description": "A pomodoro app for your menubar/tray.",
"main": "index.js",
"productName": "Pomolectron",
"scripts": {
"start": "electron ./app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amitmerchant1990/pomolectron",
"docs": "https://github.com/amitmerchant1990/pomolectron/blob/master/README.md"
},
"keywords": [
"electron",
"pomodoro",
"productivity",
"menubar",
"taskbar",
"tray",
"timer",
"html",
"desktop"
],
"author": "Amit Merchant <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amitmerchant1990/pomolectron/issues"
},
"homepage": "https://github.com/amitmerchant1990/pomolectron#readme",
"_npmUser": {
"name": "amit_merchant",
"email": "[email protected]"
},
"devDependencies": {
"devtron": "^1.1.2",
"electron-packager": "^7.0.3",
"electron": "latest",
"gulp": "^3.9.1"
},
"dependencies": {
"menubar": "latest"
}
}