Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolson13 committed Feb 1, 2016
1 parent 3372cc1 commit 5c351bf
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
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"
}

0 comments on commit 5c351bf

Please sign in to comment.