-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 976 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
{
"name": "mojibar",
"version": "2.4.0",
"description": "A menubar app adaptation of Emoji searcher.",
"main": "index.js",
"dependencies": {
"electron-is-dev": "^0.1.2",
"menubar": "^5.1.0",
"config": "1.25.1"
},
"devDependencies": {
"electron": "^1.6.0",
"electron-packager": "^8.0.0",
"standard": "^9.0.2",
"config": "1.25.1"
},
"scripts": {
"start": "electron .",
"build": "electron-packager . Mojibar --platform=darwin --arch=x64 --overwrite --icon=mojibar",
"build:linux": "electron-packager . Mojibar --platform=linux --arch=x64 --overwrite --icon=mojibar",
"test": "standard index.js app/search.js app/settings.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muan/mojibar.git"
},
"author": "Mu-An Chiou <me@muanchiou.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muan/mojibar/issues"
},
"homepage": "https://github.com/muan/mojibar#readme"
}