Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agsh committed Oct 31, 2018
1 parent b848a5d commit 4005e08
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtsp-ffmpeg",
"license": "MIT",
"version": "0.0.13",
"version": "0.0.14",
"author": "Andrew D.Laptev <[email protected]>",
"contributors": [
{
Expand All @@ -17,7 +17,9 @@
"email": "[email protected]"
}
],
"engines" : { "node" : ">=6" },
"engines": {
"node": ">=6"
},
"description": "ffmpeg wrapper for rtsp streaming via node.js",
"main": "lib/rtsp-ffmpeg.js",
"keywords": [
Expand All @@ -31,7 +33,7 @@
"url": "https://github.com/agsh/rtsp-ffmpeg.git"
},
"devDependencies": {
"socket.io": "^1.4",
"express": "4"
"socket.io": ">=2.1",
"express": ">=4.5"
}
}

0 comments on commit 4005e08

Please sign in to comment.