yunkong2.mihome/package.json
2019-01-16 11:42:54 +08:00

29 lines
650 B
JSON

{
"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"
}
"main": "main.js",
"readmeFilename": "README.md"
}