提交 7f641ca645ff4ad3fed8a9cad7309422310a1ddd

作者 Nick Baugh
1 个父辈 add86b81

Upgraded deps

正在显示 1 个修改的文件 包含 22 行增加18 行删除
@@ -3,6 +3,10 @@ @@ -3,6 +3,10 @@
3 "version": "0.0.6", 3 "version": "0.0.6",
4 "description": "Igloo is a lightweight, fast, and minimal framework for rapid development", 4 "description": "Igloo is a lightweight, fast, and minimal framework for rapid development",
5 "main": "./lib", 5 "main": "./lib",
  6 + "engines": {
  7 + "iojs": "2.0.x",
  8 + "node": "0.12.x"
  9 + },
6 "repository": { 10 "repository": {
7 "type": "git", 11 "type": "git",
8 "url": "git://github.com/niftylettuce/igloo.git" 12 "url": "git://github.com/niftylettuce/igloo.git"
@@ -28,29 +32,29 @@ @@ -28,29 +32,29 @@
28 "license": "MIT", 32 "license": "MIT",
29 "homepage": "https://github.com/niftylettuce/igloo", 33 "homepage": "https://github.com/niftylettuce/igloo",
30 "dependencies": { 34 "dependencies": {
31 - "bootable": "^0.2.3", 35 + "bootable": "^0.2.4",
32 "chalk": "^1.0.0", 36 "chalk": "^1.0.0",
33 - "commander": "^2.2.0",  
34 - "connect-redis": "~2.0.0",  
35 - "email-templates": "^1.1.2",  
36 - "express-session": "^1.2.1",  
37 - "merge-defaults": "^0.1.0",  
38 - "nodemailer": "^1.3.0",  
39 - "slack-winston": "^0.0.1", 37 + "commander": "^2.8.1",
  38 + "connect-redis": "~2.3.0",
  39 + "email-templates": "^1.2.1",
  40 + "express-session": "^1.11.2",
  41 + "merge-defaults": "^0.2.1",
  42 + "nodemailer": "^1.3.4",
  43 + "slack-winston": "^0.0.2",
40 "to-camel-case": "^0.2.1", 44 "to-camel-case": "^0.2.1",
41 - "underscore": "^1.6.0",  
42 - "underscore.string": "^2.3.3",  
43 - "update-notifier": "^0.2.0", 45 + "underscore": "^1.8.3",
  46 + "underscore.string": "^3.0.3",
  47 + "update-notifier": "^0.5.0",
44 "winston": "git://github.com/niftylettuce/winston", 48 "winston": "git://github.com/niftylettuce/winston",
45 - "winston-hipchat": "^0.1.1",  
46 - "winston-mongodb": "~0.4.3" 49 + "winston-hipchat": "^0.1.3",
  50 + "winston-mongodb": "~1.1.1"
47 }, 51 },
48 "devDependencies": { 52 "devDependencies": {
49 - "chai": "^1.9.1",  
50 - "istanbul": "^0.3.0",  
51 - "knex": "^0.6.13",  
52 - "mocha": "^1.21.4",  
53 - "mongoose": "~3.8.7", 53 + "chai": "^2.3.0",
  54 + "istanbul": "^0.3.14",
  55 + "knex": "^0.8.5",
  56 + "mocha": "^2.2.5",
  57 + "mongoose": "~4.0.3",
54 "mongoose-json-select": "^0.2.1" 58 "mongoose-json-select": "^0.2.1"
55 }, 59 },
56 "scripts": { 60 "scripts": {
注册登录 后发表评论