forked from Thorarin/com.sensative
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 795 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
25
26
27
{
"name": "com.sensative",
"version": "2.1.0",
"description": "This app adds support for the Z-wave Sensative strips family (http://www.sensative.com/).",
"main": "app.js",
"requires": true,
"dependencies": {
"homey-log": "^1.0.6",
"homey-meshdriver": "git+https://github.com/athombv/node-homey-meshdriver.git"
},
"devDependencies": {},
"scripts": {
"run": "homey app run",
"lint": "eslint **/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thorarin/com.sensative.git"
},
"author": "Marcel Veldhuizen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Thorarin/com.sensative/issues"
},
"homepage": "https://github.com/Thorarin/com.sensative/"
}