add a few tests

geohash, smooth, base64, msgpack
This commit is contained in:
Dave Conway-Jones
2016-04-23 23:57:16 +01:00
parent d89a2bb7a1
commit da8dd1dc30
7 changed files with 542 additions and 9 deletions

View File

@@ -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"