{
  "name": "i8",
  "description": "Basic express wrapper. More than express, it's a freeway. It's a tribute to San Diego, CA",
  "author": "Aron Rodrigues <aronrodrigues@gmail.com>",
  "version": "1.7.1",
  "public": true,
  "main": "main/index.js",
  "scripts": {
    "test": "mocha",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -u exports -R spec"
  },
  "dependencies": {
    "body-parser": "~1.9.0",
    "bunyan": "~1.2.0",
    "express": "~4.9.7",
    "express-request-id": "^1.0.0",
    "gulp-util": "^3.0.2",
    "morgan": "~1.3.1"
  },
  "devDependencies": {
    "mocha": "~1.21.5",
    "should": "~4.0.4",
    "chai": "~1.9.2",
    "sinon": "~1.10.3",
    "gulp": "^3.8.10",
    "gulp-istanbul": "^0.5.0",
    "gulp-jshint": "^1.9.0",
    "gulp-mocha": "^2.0.0",
    "jshint-stylish": "^1.0.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aronrodrigues/i8.git"
  },
  "keywords": [
    "express",
    "server",
    "wrapper"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aronrodrigues/i8/issues"
  },
  "homepage": "https://github.com/aronrodrigues/i8"
}
