Skip to content

Commit

Permalink
Merge pull request #18 from koajs/greenkeeper-pin
Browse files Browse the repository at this point in the history
chore: pin all dependencies
  • Loading branch information
ariporad committed Sep 26, 2015
2 parents 33439ac + 913fd1d commit 1723e1d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -33,35 +33,35 @@
},
"license": "MIT",
"dependencies": {
"co": "~4.6.0",
"cookies": "~0.5.0",
"debug": "~2.2.0",
"delegates": "~0.1.0",
"koa": "~1.0.0",
"koa-compose": "~2.3.0",
"koa-generic-session": "~1.9.2",
"parseurl": "~1.3.0",
"socket.io": "~1.3.6"
"co": "4.6.0",
"cookies": "0.5.1",
"debug": "2.2.0",
"delegates": "0.1.0",
"koa": "1.0.0",
"koa-compose": "2.3.0",
"koa-generic-session": "1.9.2",
"parseurl": "1.3.0",
"socket.io": "1.3.7"
},
"devDependencies": {
"babel-eslint": "^4.1.1",
"babel-eslint": "4.1.3",
"eslint-config-airbnb": "0.0.8",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-debug": "^2.1.0",
"gulp-eslint": "^1.0.0",
"gulp": "3.9.0",
"gulp-coveralls": "0.1.4",
"gulp-debug": "2.1.0",
"gulp-eslint": "1.0.0",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.3",
"istanbul-harmony": "~0.3.16",
"koa-static": "~1.4.9",
"koa-static-cache": "~3.1.2",
"load-plugins": "^2.1.0",
"mocha": "~2.3.2",
"pedding": "~1.0.0",
"should": "~7.1.0",
"socket.io-client": "~1.3.6",
"supertest": "~1.1.0"
"gulp-istanbul": "0.10.0",
"gulp-mocha": "2.1.3",
"istanbul-harmony": "0.3.16",
"koa-static": "1.4.9",
"koa-static-cache": "3.1.2",
"load-plugins": "2.1.0",
"mocha": "2.3.3",
"pedding": "1.0.0",
"should": "7.1.0",
"socket.io-client": "1.3.7",
"supertest": "1.1.0"
},
"engine": {
"node": ">=0.11"
Expand Down

0 comments on commit 1723e1d

Please sign in to comment.