Add homepage to package.json

This commit is contained in:
Nicholas O'Leary 2013-09-20 14:34:03 +01:00
parent 9c939d1a58
commit b6ba859510
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{
"name": "node-red",
"version": "0.1.0",
"description" : "A visual tool for wiring the Internet of Things",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"scripts": {
"start": "node red.js"
},