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,16 +1,16 @@
{
"name" : "node-red-node-pushbullet",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "A Node-RED node to send alerts via Pushbullet",
"dependencies" : {
"pushbullet": "1.4.*",
"when": "^3.6.4"
"when": "^3.7.3"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes/tree/master/social/pushbullet"
},
"license": "Apache",
"license": "Apache-2.0",
"keywords": [ "node-red", "pushbullet" ],
"node-red" : {
"nodes" : {