{
  "name": "fragments-user",
  "version": "1.0.0-alpha.13",
  "description": "have a token-auth protected API running within minutes with fragments",
  "keywords": [
    "auth",
    "rest",
    "api",
    "login",
    "signup",
    "jwt",
    "token",
    "fragments",
    "user"
  ],
  "homepage": "http://github.com/snd/fragments-user",
  "author": {
    "name": "Maximilian Krüger",
    "email": "kruemaxi@gmail.com",
    "url": "http://github.com/snd"
  },
  "bugs": {
    "url": "http://github.com/snd/fragments-user/issues",
    "email": "kruemaxi@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/snd/fragments-user.git"
  },
  "licenses": {
    "type": "MIT",
    "url": "git://github.com/snd/fragments-user/LICENSE"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "dependencies": {
    "faker": "3.0.1",
    "got": "5.0.0",
    "hinoki": "1.0.0-rc.6",
    "pcom": "1.0.0-alpha.1",
    "siv": "1.0.0-alpha.1",
    "waechter": "1.0.0-alpha.6"
  },
  "devDependencies": {
    "codecov.io": "0.1.6",
    "coffee-script": "1.10.0",
    "nodeunit": "0.9.1",
    "fragments": "1.0.0-beta.9",
    "fragments-postgres": "1.0.0-beta.10",
    "istanbul": "0.4.0"
  },
  "scripts": {
    "compile": "coffee --no-header --bare --compile --output lib src",
    "prepublish": "npm run compile",
    "pretest": "npm run compile",
    "test": "nodeunit test/*",
    "test-with-coverage": "istanbul cover nodeunit test/* && cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"
  },
  "main": "lib/fragments-user"
}
