forked from jordenc/nl.innovationinmotion.slide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 877 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
{
"name": "nl.innovationinmotion.slide",
"version": "0.5.0",
"description": "Control your curtains with Slide by Innovation In Motion (https://innovationinmotion.nl/), using Homey by Athom B.V.",
"main": "app.js",
"dependencies": {
"homey": "^2.18.0",
"request": "^2.88.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordenc/nl.innovationinmotion.slide.git"
},
"keywords": [
"slide",
"curtain",
"curtains",
"homey",
"innovationinmotion"
],
"author": "Innovation In Motion <[email protected]> (https://innovationinmotion.nl)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jordenc/nl.innovationinmotion.slide/issues"
},
"homepage": "https://github.com/jordenc/nl.innovationinmotion.slide#readme"
}