package.json 1.0 KB
{
  "name": "igloo",
  "version": "0.0.4-rc.10",
  "description": "Igloo is a lightweight, fast, and minimal framework for rapid development",
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/niftylettuce/igloo.git"
  },
  "author": "Nick Baugh <niftylettuce@gmail.com>",
  "bugs": {
    "url": "https://github.com/niftylettuce/igloo/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/niftylettuce/igloo",
  "dependencies": {
    "bootable": "^0.2.3",
    "chalk": "^0.4.0",
    "commander": "^2.2.0",
    "connect-redis": "~2.0.0",
    "express-session": "^1.2.1",
    "merge-defaults": "^0.1.0",
    "to-camel-case": "^0.2.1",
    "underscore": "~1.6.0",
    "update-notifier": "^0.2.0",
    "winston": "git://github.com/niftylettuce/winston",
    "winston-hipchat": "^0.1.1",
    "winston-mongodb": "~0.4.3"
  },
  "devDependencies": {
    "knex": "^0.6.13",
    "mariasql": "^0.1.21",
    "mongoose": "~3.8.7",
    "mongoose-json-select": "^0.2.1",
    "mysql": "^2.3.2"
  }
}