forked from max-mapper/menubar
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 722 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 722 Bytes
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": "menubar",
"version": "5.2.3",
"description": "high level way to create menubar desktop applications with electron",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/maxogden/menubar.git"
},
"scripts": {
"test": "standard"
},
"keywords": [
"electron",
"atom",
"shell",
"menubar",
"menu",
"mac",
"app"
],
"author": "max ogden",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/maxogden/menubar/issues"
},
"homepage": "https://github.com/maxogden/menubar",
"dependencies": {
"electron-positioner": "^3.0.0",
"extend": "^2.0.0"
},
"devDependencies": {
"standard": "^5.4.1"
}
}