1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

update node-red-nodes package to remove v0.8

This commit is contained in:
Dave Conway-Jones 2016-01-29 18:16:07 +00:00
parent b443e85e44
commit d7be242477

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-nodes", "name" : "node-red-nodes",
"version" : "0.0.1", "version" : "0.0.2",
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes", "description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
"homepage" : "http://nodered.org", "homepage" : "http://nodered.org",
"license" : "Apache-2.0", "license" : "Apache-2.0",
@ -10,7 +10,8 @@
}, },
"contributors": [ "contributors": [
{"name": "Dave Conway-Jones"}, {"name": "Dave Conway-Jones"},
{"name": "Nick O'Leary"} {"name": "Nick O'Leary"},
{"name": "Ben Hardill"}
], ],
"keywords": [ "keywords": [
"Node-RED", "nodes", "iot", "ibm", "flow" "Node-RED", "nodes", "iot", "ibm", "flow"
@ -34,6 +35,6 @@
"imap" : "0.8.14" "imap" : "0.8.14"
}, },
"engines": { "engines": {
"node": ">=0.8" "node": ">=0.10"
} }
} }