mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
add a few tests
geohash, smooth, base64, msgpack
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-nodes",
|
||||
"version" : "0.0.4",
|
||||
"version" : "0.0.5",
|
||||
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
|
||||
"homepage" : "http://nodered.org",
|
||||
"license" : "Apache-2.0",
|
||||
@@ -34,7 +34,8 @@
|
||||
"nodemailer" : "1.11.*",
|
||||
"poplib" : "0.1.7",
|
||||
"mailparser" : "0.5.3",
|
||||
"imap" : "0.8.17"
|
||||
"imap" : "0.8.17",
|
||||
"msgpack-js": "0.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
|
||||
Reference in New Issue
Block a user