forked from schreinco/com.danalock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 819 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
{
"name": "com.danalock",
"version": "2.0.0",
"description": "This app adds support for the Z-wave devices made by Danalock(https://danalock.com/).",
"main": "app.js",
"requires": true,
"dependencies": {
"homey-log": "^1.0.5",
"homey-meshdriver": "git+https://github.com/athombv/node-homey-meshdriver.git#master"
},
"devDependencies": {},
"scripts": {
"run": "homeyConfig compose && athom project --run",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/athombv/com.danalock.git"
},
"author": "Marco Ruiter",
"license": "ISC",
"bugs": {
"url": "https://github.com/athombv/com.danalock/issues"
},
"homepage": "https://forum.athom.com/discussion/3908/app-z-wave-danalock-doorlock-z-wave-devices-main-discussion-topic"
}