forked from ChrisScheffler/miflora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 798 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
34
35
36
37
{
"name": "miflora",
"version": "1.0.6",
"description": "Node.js package for the Xiaomi Plant Sensor Flower Care (Mi Flora)",
"main": "./lib/miflora.js",
"scripts": {
"test": "xo && echo \"none yet\" && exit 1;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisScheffler/miflora.git"
},
"keywords": [
"plant",
"sensor",
"monitor",
"miflora",
"mi",
"flora",
"xiaomi"
],
"author": {
"name": "ChrisScheffler"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisScheffler/miflora/issues"
},
"homepage": "https://github.com/ChrisScheffler/miflora#readme",
"dependencies": {
"@abandonware/noble": "^1.9.2-10",
"debug": "^4.3.0"
},
"devDependencies": {
"xo": "^0.48.0"
}
}