-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 973 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
43
{
"name": "micro-app-mqtt-x10-bridge",
"version": "1.0.0",
"description": "mqtt to x10 bridge",
"main": "lib/server.js",
"scripts": {
"start": "node lib/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"micro-app-framework": "^0.1.1",
"socket.io": "~1.3.7",
"mqtt": "~1.6.3",
"node-x10-comm": "~1.0.7",
"serialport": "~2.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhdawson/micro-app-mqtt-x10-bridge.git"
},
"keywords": [
"iot",
"mqtt",
"dashboard",
"micro-app",
"sensor",
"x10"
],
"author": {
"name": "Michael Dawson"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mhdawson/micro-app-mqtt-x10-bridge/issues"
},
"homepage": "https://github.com/mhdawson/micro-app-mqtt-x10-bridge#readme",
"contributors": [
{
"name": "Michael Dawson",
"email": "[email protected]"
}
]
}