forked from openhab/openhab-google-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "openHAB.google-assistant-smarthome",
"version": "0.0.5",
"description": "A Google Assistant, Actions on Google based implementation for openHAB",
"main": "functions/index.js",
"repository": {
"type": "git",
"url": "https://github.com/openhab/openhab-google-assistant.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"author": "Mehmet Arziman",
"license": "EPLv1",
"bugs": {
"url": "https://github.com/openhab/openhab-google-assistant/issues"
},
"homepage": "https://github.com/openhab/openhab-google-assistant",
"dependencies": {
"colr": "^1.2.2",
"chai": "^4.1.1",
"mocha": "^3.5.0"
}
}