-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
29 lines (29 loc) · 857 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
{
"name": "com.sensative",
"version": "2.2.0",
"description": "This app adds support for the Z-Wave Sensative Strips family (http://www.sensative.com/).",
"main": "app.js",
"requires": true,
"dependencies": {
"homey-meshdriver": "git+https://github.com/athombv/node-homey-meshdriver.git"
},
"devDependencies": {
"copyfiles": "^2.2.0"
},
"scripts": {
"prestart": "copyfiles -sf .homeycompose/app.json .",
"start": "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/"
}