package.json 1.6 KB
{
  "name": "igloo",
  "version": "0.0.4-rc.12",
  "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>",
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com"
    },
    {
      "name": "Adnan Ibrišimbegović",
      "email": "adibih@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": {
    "chai": "^1.9.1",
    "istanbul": "^0.3.0",
    "knex": "^0.6.13",
    "mocha": "^1.21.4",
    "mongoose": "~3.8.7",
    "mongoose-json-select": "^0.2.1"
  },
  "scripts": {
    "prepublish": "npm prune",
    "test": "mocha --reporter spec --bail --check-leaks --require test/support/should test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require test/support/should  test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require test/support/should test/"
  }
}