angular-jwt
Version:
Library to help you work with JWTs on AngularJS
35 lines (34 loc) • 596 B
JSON
{
"name": "angular-jwt",
"version": "0.1.3",
"description": "Library to help you work with JWTs on AngularJS",
"authors": [
{
"name": "Martin Gontovnikas",
"email": "martin@gon.to"
},
{
"name": "Ryan Chenkie",
"email": "ryan.chenkie@auth0.com"
}
],
"main": [
"dist/angular-jwt.js"
],
"ignore": [
"src",
"test",
"Gruntfile.js",
"**/.*"
],
"dependencies": {
"angular": "*"
},
"devDependencies": {
"angular-mocks": "^1.3",
"angular-scenario": "~1.3"
},
"resolutions": {
"angular": "1.3.7"
}
}