Update Rdio

This commit is contained in:
Jonathan Cremin 2015-07-06 16:06:52 +01:00
parent 20431ddec8
commit 358a3593e2
2 changed files with 139 additions and 156 deletions

View file

@ -3,16 +3,16 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "babel -d public/views views",
"postinstall": "jspm install",
"start": "node -r 'babel/register' app.js",
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
"build": "babel -d public/views views",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
"watch-server": "nodemon -x \"node -r 'babel/register'\" -e js,jsx -i public/ app.js",
"watch-js": "babel --modules system -wd public/views views",
"postinstall": "jspm install"
"watch-server": "nodemon -x \"node -r 'babel/register'\" -e js,jsx -i public/ app.js"
},
"engines": {
"iojs": "2.3.0"
"iojs": "~2.3.0"
},
"dependencies": {
"babel": "^5.5.8",
@ -21,7 +21,7 @@
"browserify": "^10.1.3",
"co": "^4.5.4",
"debug": "^2.1.1",
"jspm": "^0.16.0-beta",
"jspm": "^0.16.0-beta.3",
"koa": "^0.21.0",
"koa-bodyparser": "^2.0.0",
"koa-compress": "^1.0.8",
@ -33,7 +33,7 @@
"mongodb-promisified": "^1.0.2",
"node-uuid": "^1.4.2",
"playmusic": "^2.0.0",
"rdio": "^1.5.2",
"rdio": "^2.0.0",
"react": "^0.13.3",
"react-google-analytics": "^0.2.0",
"react-router": "^0.13.3",
@ -44,12 +44,12 @@
},
"devDependencies": {
"co-mocha": "^1.1.0",
"eslint": "^0.22.1",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.5.1",
"mocha": "^2.1.0",
"nodemon": "^1.3.7",
"parallelshell": "^1.1.1",
"should": "^6.0.3",
"should": "^7.0.1",
"spdy": "^1.32.0"
},
"jspm": {