Skip to content

Commit

Permalink
deps changed
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Sep 13, 2016
1 parent 266f00a commit 3ab1a0c
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,50 +49,50 @@
"node": ">= 4"
},
"devDependencies": {
"babel-cli": "~6.14.0",
"babel-eslint": "~6.1.2",
"babel-plugin-add-module-exports": "~0.2.0",
"babel-plugin-istanbul": "~2.0.0",
"babel-preset-es2015-node4": "~2.1.0",
"babel-register": "~6.14.0",
"bootstrap": "~3.3.7",
"chai": "~3.5.0",
"chai-http": "~3.0.0",
"coveralls": "~2.11.12",
"dool-build": "~1.2.2",
"eslint": "~3.4.0",
"eslint-config-standard": "~6.0.0",
"eslint-plugin-promise": "~2.0.0",
"eslint-plugin-standard": "~2.0.0",
"jquery": "~3.1.0",
"koa-passport": "~1.3.0",
"mocha": "~3.0.2",
"mysql": "~2.11.1",
"nyc": "~8.1.0",
"passport-oauth2": "~1.3.0",
"pre-commit": "~1.1.3",
"rimraf": "~2.5.4",
"sqlite3": "~3.1.3"
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-istanbul": "^2.0.0",
"babel-preset-es2015-node4": "^2.1.0",
"babel-register": "^6.14.0",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"coveralls": "^2.11.12",
"dool-build": "^1.2.2",
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"jquery": "^3.1.0",
"koa-passport": "^1.3.0",
"mocha": "^3.0.2",
"mysql": "^2.11.1",
"nyc": "^8.1.0",
"passport-oauth2": "^1.3.0",
"pre-commit": "^1.1.3",
"rimraf": "^2.5.4",
"sqlite3": "^3.1.3"
},
"dependencies": {
"co": "~4.6.0",
"commander": "~2.9.0",
"inquirer": "~1.1.2",
"koa": "~1.2.2",
"koa-bodyparser": "~2.2.0",
"koa-csrf": "~2.5.0",
"koa-generic-session": "~1.11.3",
"koa-logger": "~1.3.0",
"koa-orm": "~1.1.0",
"koa-router": "~5.4.0",
"koa-static": "~2.0.0",
"koa-view": "~0.0.3",
"lodash.merge": "~4.6.0",
"nodemailer": "~2.5.0",
"notp": "~2.0.3",
"qr-image": "~3.1.0",
"randomstring": "~1.1.5",
"thirty-two": "~1.0.2",
"validator": "~5.6.0"
"co": "^4.6.0",
"commander": "^2.9.0",
"inquirer": "^1.1.2",
"koa": "^1.2.2",
"koa-bodyparser": "^2.2.0",
"koa-csrf": "^2.5.0",
"koa-generic-session": "^1.11.3",
"koa-logger": "^1.3.0",
"koa-orm": "^1.1.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"koa-view": "^0.0.3",
"lodash.merge": "^4.6.0",
"nodemailer": "^2.6.0",
"notp": "^2.0.3",
"qr-image": "^3.1.0",
"randomstring": "^1.1.5",
"thirty-two": "^1.0.2",
"validator": "^5.7.0"
}
}

0 comments on commit 3ab1a0c

Please sign in to comment.