{ "name": "mpvremote-server", "private": true, "version": "0.0.1", "description": "", "repository": "indefero@ghostdub.de:mpvremote.git", "licenses": [ { "type": "gpl" } ], "dependencies": { "bunyan": "^1.8.0", "nesh": "^1.6.0", "nodemon": "^1.9.1", "restify": "4.0.4", "restify-plugins": "1.0.2" }, "scripts": { "start": "./node_modules/.bin/nodemon server.js | ./node_modules/.bin/bunyan" } }