{ "name": "mstream", "version": "3.2.1", "description": "music streaming server", "main": "mstream-command-line-boot-wrapper.js", "bin": { "mstream": "mstream-command-line-boot-wrapper.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/IrosTheBeggar/mstream-node" }, "author": "iros", "license": "GPL-3.0", "dependencies": { "archiver": "^2.0.3", "body-parser": "^1.15.1", "commander": "^2.9.0", "express": "^4.13.4", "internal-ip": "^3.0.0", "jsonwebtoken": "^8.1.0", "lokijs": "1.5.1", "mkdirp": "^0.5.1", "music-metadata": "^0.8.4", "nat-upnp": "^1.1.0", "public-ip": "^2.0.1", "uuid": "^3.0.1", "ws": "^1.1.1" } }