You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
522 B

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