forked from aholstenson/miio
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 834 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
38
39
{
"name": "miio",
"version": "0.15.4",
"license": "MIT",
"description": "Control Mi Home devices, such as Mi Robot Vacuums, Mi Air Purifiers, Mi Smart Home Gateway (Aqara) and more",
"repository": "aholstenson/miio",
"main": "lib/index.js",
"keywords": [
"xiaomi",
"mi",
"miio",
"aqara",
"yeelight",
"mijia"
],
"bin": {
"miio": "./cli/index.js"
},
"scripts": {
"test": "node_modules/.bin/eslint ."
},
"engines": {
"node": ">=6.6.0"
},
"dependencies": {
"abstract-things": "^0.9.0",
"appdirectory": "^0.1.0",
"chalk": "^2.3.0",
"debug": "^3.1.0",
"deep-equal": "^1.0.1",
"mkdirp": "^0.5.1",
"tinkerhub-discovery": "^0.3.1",
"yargs": "^10.1.1"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-node": "^5.2.1"
}
}