{
  "name": "kemal_jwt_auth_companion",
  "version": "1.2.2",
  "description": "A client-side companion to make autheticating with a Kemal server a breeze.",
  "main": "src/index.js",
  "scripts": {
    "test": "jasmine",
    "build": "webpack --mode production",
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dscottboggs/kemal_jwt_auth_token.git"
  },
  "keywords": [
    "Kemal",
    "Crystal",
    "crystal-lang",
    "JWT",
    "authentication",
    "rest-authentication",
    "jwt-authentication",
    "auth"
  ],
  "author": "D. Scott Boggs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dscottboggs/kemal_jwt_auth_token/issues"
  },
  "homepage": "https://github.com/dscottboggs/kemal_jwt_auth_token#readme",
  "devDependencies": {
    "browserify": "^16.2.3",
    "eslint": "^6.0.1",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.2.1"
  },
  "dependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "babel": "^6.23.0",
    "babel-loader": "^8.0.5",
    "babel-polyfill": "^6.26.0",
    "jasmine": "^3.3.1",
    "jasmine-ajax": "^3.4.0",
    "node-fetch": "^2.3.0",
    "webpack": "^4.29.6"
  }
}
