2019-01-16 11:42:54 +08:00
|
|
|
{
|
|
|
|
"name": "yunkong2.mihome",
|
|
|
|
"description": "Control Xiaomi Mi Home smarthome devices/sensors",
|
|
|
|
"version": "1.2.3",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node node_modules/mocha/bin/mocha --exit"
|
|
|
|
},
|
|
|
|
"homepage": "https://git.spacen.net/yunkong2/yunkong2.mihome",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"yunkong2",
|
|
|
|
"mihome",
|
|
|
|
"xiaomi",
|
|
|
|
"home automation"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://git.spacen.net/yunkong2/yunkong2.mihome.git"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"chai": "^4.1.2"
|
2019-01-16 11:49:34 +08:00
|
|
|
},
|
2019-01-16 11:42:54 +08:00
|
|
|
"main": "main.js",
|
|
|
|
"readmeFilename": "README.md"
|
|
|
|
}
|