File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,6 @@ To run tests, execute:
104
104
./node_modules/.bin/grunt test
105
105
```
106
106
107
- Look at the end of the ` Gruntfile ` for other common tasks.
107
+ Look at the end of the [ Gruntfile] ( /Gruntfile.js ) for other common tasks.
108
108
109
109
### Happy hacking!
Original file line number Diff line number Diff line change 59
59
"gitHubRepoPath" : " square/js-jose" ,
60
60
"repoUrl" : " https://github.com/square/js-jose" ,
61
61
"installCommandHtml" : " npm install jose-jwe-jws"
62
+ },
63
+ {
64
+ "minimumVersion" : " 0.9.4" ,
65
+ "support" : {
66
+ "sign" : true ,
67
+ "verify" : true ,
68
+ "iss" : false ,
69
+ "sub" : false ,
70
+ "aud" : false ,
71
+ "exp" : false ,
72
+ "nbf" : false ,
73
+ "iat" : false ,
74
+ "jti" : false ,
75
+ "hs256" : true ,
76
+ "hs384" : true ,
77
+ "hs512" : true ,
78
+ "rs256" : true ,
79
+ "rs384" : true ,
80
+ "rs512" : true ,
81
+ "es256" : true ,
82
+ "es384" : true ,
83
+ "es512" : true
84
+ },
85
+ "authorUrl" : " https://github.com/cisco" ,
86
+ "authorName" : " Cisco Systems" ,
87
+ "gitHubRepoPath" : " cisco/node-jose" ,
88
+ "repoUrl" : " https://github.com/cisco/node-jose" ,
89
+ "installCommandHtml" : " npm install node-jose"
62
90
}
63
91
]
64
- }
92
+ }
You can’t perform that action at this time.
0 commit comments