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