-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 798 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 798 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
36
{
"name": "SmartScale",
"version": "0.2.0",
"description": "Xiaomi Smart Scale App, made with love and Electron.",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"repository": "https://github.com/SphereSoftware/smart-scale-app",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"build": {
"appId": "smart.scale.app",
"mac": {
"category": "smart.scale.app"
}
},
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^1.4.1",
"electron-builder": "^8.6.0",
"electron-rebuild": "^1.4.0"
},
"dependencies": {
"jquery": "^3.1.1",
"node-xiaomi-scale": "git+https://github.com/shemerey/node-xiaomi-scale.git"
}
}