diff --git a/package.json b/package.json index 81431ff..022e17c 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,15 @@ "passportjs" ], "author": "Adrian Obelmejias ", - "license": "MIT" + "license": "MIT", + "dependencies": { + "babel-core": "^6.5.1", + "babel-polyfill": "^6.5.0", + "babel-preset-es2015": "^6.5.0", + "babel-preset-stage-0": "^6.5.0", + "koa": "^2.0.0-alpha.3", + "koa-bodyparser": "^2.0.1", + "koa-convert": "^1.2.0", + "koa-router": "^7.0.1" + } }