From e5d75fbd9b58be748e093a0365131e8541c02d58 Mon Sep 17 00:00:00 2001 From: Edwin Hermans Date: Fri, 12 Dec 2014 00:57:01 +0100 Subject: [PATCH] Update package.json --- social/nma/package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/social/nma/package.json b/social/nma/package.json index 7004dd69..c8ccd65e 100644 --- a/social/nma/package.json +++ b/social/nma/package.json @@ -1,9 +1,9 @@ { "name" : "node-red-node-nma", - "version" : "0.0.1", + "version" : "0.0.2", "description" : "A Node-RED node to send alerts via Notify-My-Android", "dependencies" : { - "nma" : "0.1.8" + "nma" : ">=0.2.2" }, "repository" : { "type":"git", @@ -20,5 +20,9 @@ "name": "Dave Conway-Jones", "email": "ceejay@vnet.ibm.com", "url": "http://nodered.org" - } + }, + "contributors": [{ + "name": "Edwin Hermans", + "email": "edwin@madtech.cx" + }] }