forked from openhab/openhab-google-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 798 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
{
"name": "openhab.google-assistant-smarthome",
"version": "2.0.22",
"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"
},
"author": "Mehmet Arziman",
"contributors": [
"Michael Krug"
],
"scripts": {
"start": "node testServer.js",
"test": "jest"
},
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/openhab/openhab-google-assistant/issues"
},
"homepage": "https://github.com/openhab/openhab-google-assistant",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {
"@types/jest": "^24.9.1",
"jest": "^24.9.0"
}
}