Update Package.json file for all node-red-nodes to be Apache-2.0

This commit is contained in:
dceejay
2015-05-29 14:58:34 +01:00
parent 621b6a2bcf
commit 76f55af264
34 changed files with 74 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
{
"name" : "node-red-node-discovery",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node that uses Bonjour / Avahi to discover nearby services.",
"dependencies" : {
"mdns" : "2.2.*"
@@ -9,7 +9,7 @@
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/mdns"
},
"license": "Apache v2",
"license": "Apache-2.0",
"keywords": [ "node-red", "mdns", "avahi", "bonjour" ],
"node-red" : {
"nodes" : {