Use promises, split tests, make music services modular, add deezer.
This commit is contained in:
parent
7cc68d1968
commit
2b65c0632a
15 changed files with 407 additions and 307 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue