added dependency 'commander'

This commit is contained in:
Daniel Sommer 2017-03-24 17:04:43 +01:00
parent 657ba1b88f
commit 76bbe545be
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,9 @@
**async**
Copyright (c) 2010-2016 Caolan McMahon <caolan.mcmahon@gmail.com>
**commander**
Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
**fluent-ffmpeg**
Copyright (c) 2011-2015 The fluent-ffmpeg contributors

View file

@ -1,6 +1,6 @@
{
"name": "badger-am",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"description": "audio manager",
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
@ -26,6 +26,7 @@
],
"dependencies": {
"async": "^2.1.5",
"commander": "^2.9.0",
"fluent-ffmpeg": "^2.1.0",
"fs-extra": "^2.1.2",
"musicmetadata": "^2.0.5",