{
  "name": "darklord",
  "version": "1.6.2",
  "author": "Gregory Pratt <gregory.pratt@me.com> (http://grumpywizards.com)",
  "description": "Stateless JWT based authentication",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/GrumpyWizards/DarkLord.git"
  },
  "bugs": {
    "url": "https://github.com/GrumpyWizards/DarkLord/issues"
  },
  "files": [
    "src"
  ],
  "main": "./src/darklord.js",
  "scripts": {
    "start": "node ./app.js",
    "lint": "jshint . --exclude-path=.gitignore"
  },
  "dependencies": {
    "body-parser": "~1.6.5",
    "cookies": "~0.5.0",
    "deferred-http-statuses": "~2.0.0",
    "express": "~4.8.5",
    "jsonwebtoken": "~5.0.0",
    "keygrip": "~1.0.1",
    "lodash": "~2.4.1",
    "mongoose": "~3.8.18",
    "mongoose-validator": "~1.0.2",
    "morgan": "~1.3.0",
    "node-uuid": "~1.4.1",
    "passport": "~0.2.1",
    "passport-local": "~1.0.0",
    "passport-local-mongoose": "~1.0.0",
    "q": "~1.0.1"
  },
  "devDependencies": {
    "jshint": "~2.6.0"
  }
}
