{
  "name": "glad",
  "version": "1.2.0",
  "description": "A robust Node Js API framework.",
  "main": "index.js",
  "engines": {
    "node": ">=6.5"
  },
  "scripts": {
    "test": "DEBUG=glad&&NODE_ENV=test mocha tests",
    "cover": "istanbul cover _mocha tests",
    "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
    "jsdoc": "jsdoc -c .jsdoc.conf.json -d jsdoc -r . ./README.md",
    "docset": "jsdoc -c .jsdoc.conf.json -d docset -p -t node_modules/jsdoc-dash-template -r . ./README.md",
    "install_mock": "(cd tests/mock-app && npm install)"
  },
  "author": "Charlie Mitchell",
  "license": "MIT",
  "bugs": {
    "email": "charliesemailis@gmail.com",
    "url": "http://github.com/charliemitchell/glad"
  },
  "dependencies": {
    "async": "^2.1.4",
    "bluebird": "^3.4.7",
    "body-parser": "1.12.0",
    "chalk": "^1.1.3",
    "debug": "^3.0.1",
    "exists-sync": "0.0.4",
    "express": "^4.14.1",
    "express-session": "1.15.2",
    "express-sessions": "^1.0.6",
    "lodash": "^4.17.4",
    "optimist": "^0.6.1",
    "redis": "2.6.3",
    "sanitizer": "^0.1.3",
    "socket.io": "^1.7.2",
    "unicode": ">= 0.3.1"
  },
  "maintainers": [
    {
      "email": "charliesemailis@gmail.com",
      "name": "Charlie Mitchell"
    }
  ],
  "contributers": [
    {
      "email": "charliesemailis@gmail.com",
      "name": "Charlie Mitchell"
    }
  ],
  "homepage": "https://github.com/gladjs/glad",
  "readme": "README.md",
  "keywords": [
    "glad",
    "express",
    "rest",
    "api",
    "mvc",
    "framework"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gladjs/glad.git"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "jsdoc-dash-template": "^2.0.1",
    "latodoc": "github:smeijer/latodoc",
    "mocha": "^3.3.0",
    "mocha-lcov-reporter": "^1.3.0",
    "moment": "^2.18.1",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.10.0",
    "unirest": "^0.5.1",
    "pug": "^2.0.0-beta11"
  }
}
