Upgrade npm dependencies

This commit is contained in:
Jonathan Cremin 2015-07-25 19:55:13 +01:00
parent 1625b507d6
commit 979296a07b

View file

@ -14,28 +14,29 @@
"watch-server": "nodemon -x \"node -r babel/register\" -e js,jsx -i public/ app.js"
},
"engines": {
"iojs": "~2.3.0"
"iojs": "^2.4.0",
"npm": "^3.2.0"
},
"dependencies": {
"babel": "~5.6.14",
"babelify": "~6.0.2",
"bluebird": "~2.9.30",
"browserify": "~10.1.3",
"babel": "~5.8.3",
"babelify": "~6.1.3",
"bluebird": "~2.9.34",
"browserify": "~11.0.0",
"co": "~4.6.0",
"debug": "~2.1.1",
"debug": "~2.2.0",
"jspm": "~0.16.0-beta.3",
"koa": "~0.21.0",
"koa-bodyparser": "~2.0.0",
"koa-compress": "~1.0.8",
"koa-favicon": "~1.2.0",
"koa-file-server": "~2.3.1",
"koa-logger": "~1.2.2",
"koa-logger": "~1.3.0",
"koa-route": "~2.4.0",
"moment": "~2.10.3",
"mongodb-promisified": "~1.0.2",
"node-uuid": "~1.4.2",
"playmusic": "~2.0.0",
"rdio": "~2.0.0",
"rdio": "~3.1.0",
"react": "~0.13.3",
"react-google-analytics": "~0.2.0",
"react-router": "~0.13.3",
@ -47,18 +48,17 @@
"devDependencies": {
"co-mocha": "~1.1.0",
"eslint": "~0.24.0",
"eslint-plugin-react": "~2.7.0",
"eslint-plugin-react": "~3.0.0",
"istanbul": "^0.3.17",
"mocha": "~2.1.0",
"nodemon": "~1.3.7",
"parallelshell": "~1.1.1",
"mocha": "~2.2.5",
"nodemon": "~1.3.8",
"parallelshell": "~1.2.0",
"should": "~7.0.1",
"spdy": "~1.32.0"
"spdy": "~1.32.4"
},
"jspm": {
"buildConfig": {
"minify": true,
"transpileES6": true
"directories": {
"baseURL": "public"
},
"dependencies": {
"react": "npm:react@~0.13.3",
@ -67,8 +67,9 @@
"superagent": "npm:superagent@~1.2.0"
},
"devDependencies": {},
"directories": {
"baseURL": "public"
"buildConfig": {
"minify": true,
"transpileES6": true
}
}
}