-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 957 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "micro-app-home-alarm",
"version": "2.0.0",
"description": "Alarm dashboard written in node",
"main": "lib/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/server.js"
},
"dependencies": {
"micro-app-framework": "^0.1.1",
"micro-app-notify-client": "^0.0.1",
"socket.io": "~1.3.7",
"mqtt": "~1.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhdawson/micro-app-home-alarm.git"
},
"keywords": [
"iot",
"mqtt",
"dashboard",
"micro-app",
"sensor",
"alarm",
"sms",
"webcam"
],
"author": "Michael Dawson",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhdawson/micro-app-home-alarm/issues"
},
"homepage": "https://github.com/mhdawson/micro-app-home-alarm#readme",
"contributors": [
{
"name": "Michael Dawson",
"email": "[email protected]"
}
]
}