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