forked from danielolson13/wink-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3372cc1
commit 5c351bf
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "wink-mqtt", | ||
"version": "0.0.1", | ||
"description": "Node.js example illustrating how to write a RESTful API using the node-restify library.", | ||
"dependencies": { | ||
"always-tail": "^0.2.0", | ||
"forever": "^0.15.1", | ||
"mqtt": "^1.6.3" | ||
}, | ||
"engine": "node 0.6.x", | ||
"main": "mqtt.js", | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/danielolson13/wink-mqtt.git" | ||
}, | ||
"keywords": [ | ||
"MQTT", | ||
"Wink", | ||
"Hub", | ||
"2.19", | ||
"local", | ||
"control", | ||
"nodejs" | ||
], | ||
"author": "Dan Olson", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/danielolson13/wink-mqtt/issues" | ||
}, | ||
"homepage": "https://github.com/danielolson13/wink-mqtt#readme" | ||
} |