We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0358256 commit 44e888eCopy full SHA for 44e888e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "upnpserver",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Simple Upnpserver server. It supports several audio tags (id3,...) and matroska metadatas.",
5
"main": "api.js",
6
"repository": {
@@ -24,9 +24,9 @@
24
"underscore": "1.6",
25
"async": "0.8",
26
"ip": "0.3",
27
- "matroska": "git://github.com/oeuillot/node-matroska.git",
28
- "debug": "latest",
29
- "follow-redirects": "latest"
+ "matroska": "1.1.0",
+ "debug": "2.2",
+ "follow-redirects": "0.0.3"
30
},
31
"keywords": [
32
"Node.js",
0 commit comments