提交 7a51107c2b7f54a0482e7318da23482e8cdcbb12

作者 Nick Baugh
1 个父辈 740d52a1

Removed db dependencies for faster builds, version bump

正在显示 1 个修改的文件 包含 8 行增加6 行删除
1 { 1 {
2 "name": "igloo", 2 "name": "igloo",
3 - "version": "0.0.4-rc.8", 3 + "version": "0.0.4-rc.9",
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 "repository": { 6 "repository": {
@@ -19,17 +19,19 @@ @@ -19,17 +19,19 @@
19 "commander": "^2.2.0", 19 "commander": "^2.2.0",
20 "connect-redis": "~2.0.0", 20 "connect-redis": "~2.0.0",
21 "express-session": "^1.2.1", 21 "express-session": "^1.2.1",
22 - "knex": "^0.6.13",  
23 - "mariasql": "^0.1.21",  
24 "merge-defaults": "^0.1.0", 22 "merge-defaults": "^0.1.0",
25 - "mongoose": "~3.8.7",  
26 - "mongoose-json-select": "^0.2.1",  
27 - "mysql": "^2.3.2",  
28 "to-camel-case": "^0.2.1", 23 "to-camel-case": "^0.2.1",
29 "underscore": "~1.6.0", 24 "underscore": "~1.6.0",
30 "update-notifier": "git://github.com/niftylettuce/update-notifier", 25 "update-notifier": "git://github.com/niftylettuce/update-notifier",
31 "winston": "git://github.com/niftylettuce/winston", 26 "winston": "git://github.com/niftylettuce/winston",
32 "winston-hipchat": "^0.1.1", 27 "winston-hipchat": "^0.1.1",
33 "winston-mongodb": "~0.4.3" 28 "winston-mongodb": "~0.4.3"
  29 + },
  30 + "devDependencies": {
  31 + "knex": "^0.6.13",
  32 + "mariasql": "^0.1.21",
  33 + "mongoose": "~3.8.7",
  34 + "mongoose-json-select": "^0.2.1",
  35 + "mysql": "^2.3.2"
34 } 36 }
35 } 37 }
注册登录 后发表评论