initial commit

master
Dario Ernst 10 years ago
commit 5038844da7

@ -0,0 +1,22 @@
{
"name": "mpvremote-client",
"private": true,
"version": "0.0.1",
"description": "",
"repository": "indefero@ghostdub.de:mpvremote.git",
"licenses": [
{
"type": "gpl"
}
],
"dependencies": {
"angular": "^1.4.9",
"angular-animate": "^1.4.9",
"angular-aria": "^1.4.9",
"angular-material": "^1.0.5"
},
"scripts": {
"postinstall": "bower update",
"prestart": "npm update"
}
}

@ -0,0 +1,22 @@
{
"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"
}
}
Loading…
Cancel
Save