You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
904 B

{
"name": "yunkong2.geofency",
"version": "0.3.2",
"description": "geofency adapter for yunkong2",
"author": "Daniel Schaedler <daniel.schaedler@gmail.com>",
"contributors": [
"Apollon77 <ingo@fischer-ka.de>"
],
"homepage": "",
"license": "MIT",
"keywords": [
"yunkong2",
"geofency",
"home automation"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.geofency"
},
"dependencies": {
"request": "^2.67.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.geofency/issues"
},
"main": "geofency.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}