add mqtt client
Showing
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "start": "node index.js" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -18,3 +18,4 @@ | ... | @@ -18,3 +18,4 @@ |
"mqtt": "^3.0.0" | "mqtt": "^3.0.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment