Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "node-osc", | ||
"description": "pyOSC inspired library", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
@@ -11,3 +11,3 @@ "author": { | ||
"engines": { | ||
"node": ">8" | ||
"node": ">=8" | ||
}, | ||
@@ -23,14 +23,5 @@ "license": "LGPL-2.1", | ||
"contributors": [ | ||
{ | ||
"name": "Hans Hübner", | ||
"email": "hans.huebner@gmail.com" | ||
}, | ||
{ | ||
"name": "Andy Smith", | ||
"email": "jabber@term.ie" | ||
}, | ||
{ | ||
"name": "Myles Borins", | ||
"email": "myles.borins@gmail.com" | ||
} | ||
"Hans Hübner <hans.huebner@gmail.com>", | ||
"Andy Smith <jabber@term.ie>", | ||
"Myles Borins <myles.borins@gmail.com>" | ||
], | ||
@@ -37,0 +28,0 @@ "keywords": [ |
47979