-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 872 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
{
"name": "huawei-mifi-indicator",
"version": "1.0.0",
"description": "Easily see the signal strength, battery, user count and more for your Huawei MiFi device in the Windows Tray.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samdenty99/huawei-mifi-indicator.git"
},
"author": "samdd",
"license": "ISC",
"bugs": {
"url": "https://github.com/samdenty99/huawei-mifi-indicator/issues"
},
"build": {
"appId": "samdd.huawei-mifi-indicator",
"win": {
"target": "portable",
"icon": "res/logo.ico"
}
},
"homepage": "https://github.com/samdenty99/huawei-mifi-indicator#readme",
"devDependencies": {
"electron-builder": "^19.47.1"
},
"dependencies": {}
}