yoctore/yocto-angular-jwt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yocto-angular-jwt",
  "version": "1.1.5",
  "description": "An angular utility service to manage access token based on jwt for yocto-jwt node package",
  "scripts": {},
  "author": {
    "name": "Yocto SAS",
    "email": "technique@yocto.re",
    "url": "http://www.yocto.re"
  },
  "contributors": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "maintainers": [
    {
      "name": "ROBERT Mathieu",
      "email": "mathieu@yocto.re"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yoctore/yocto-angular-jwt.git"
  },
  "bugs": "https://github.com/yoctore/yocto-angular-jwt/issues",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "engines": {
    "node": ">=4.3.1"
  },
  "keywords": [
    "angular",
    "utility",
    "jwt",
    "decode",
    "encode",
    "token",
    "service",
    "access"
  ],
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE-2.0.txt",
    "README.md"
  ],
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-ng-annotate": "^2.0.1",
    "grunt-rename": "^0.1.4",
    "yocto-hint": "^1.3.6"
  }
}