-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.32 KB
/
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
{ "name" : "homebridge-platform-ring-video-doorbell"
, "version" : "0.6.5"
, "description" : "A Ring Video Doorbell platform plugin for Homebridge: https://github.com/nfarina/homebridge"
, "author" :
{ "name" : "Marshall Rose"
, "email" : "[email protected]"
}
, "main" : "index.js"
, "scripts" : { "lint" : "jshint package.json *.js" }
, "license" : "MIT"
, "keywords" : [ "homebridge-plugin", "ring-video-doorbell" ]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/homespun/homebridge-platform-ring-video-doorbell.git"
}
, "bugs" : { "url": "https://github.com/homespun/homebridge-platform-ring-video-doorbell/issues" }
, "engines" :
{ "node" : ">=0.12.0"
, "homebridge" : ">=0.4.16"
}
, "dependencies" :
{ "doorbot" : "^3.0.1"
, "hap-nodejs-community-types" : "https://github.com/homespun/hap-nodejs-community-types.git"
, "homespun-discovery" : "0.1.26"
, "underscore" : "1.8.3"
}
}