forked from mtvg/August
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 726 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
28
29
30
31
32
33
{
"name": "August",
"version": "1.0.0",
"description": "Control your August Lock with Amazon Echo or HTTPS requests",
"main": "august-server.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mtvg/August.git"
},
"keywords": [
"august",
"bluetooth",
"lock",
"alexa",
"amazon"
],
"dependencies": {
"bluebird": ">=2.9.34",
"debug": ">=2.2.0",
"noble": "~0.2.0",
"underscore": ">=1.5.0"
},
"author": "Mathieu Vignau",
"license": "ISC",
"bugs": {
"url": "https://github.com/mtvg/August/issues"
},
"homepage": "https://github.com/mtvg/August"
}