Use promises, split tests, make music services modular, add deezer.

This commit is contained in:
Jonathan Cremin 2014-12-04 19:17:41 +00:00
parent 7cc68d1968
commit 2b65c0632a
15 changed files with 407 additions and 307 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha --timeout=5000"
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=5000"
},
"engines": {
"node": "0.10.x"
@ -20,6 +20,7 @@
"helmet": "^0.5.2",
"morgan": "~1.3.0",
"playmusic": "^1.1.0",
"q": "^1.1.2",
"rdio": "^1.5.2",
"serve-favicon": "~2.1.3",
"spotify": "^0.3.0",