UNPKG

387 BJSONView Raw
1{
2 "name": "edgemicro-plugin-oauth",
3 "version": "1.1.0",
4 "private": true,
5 "description": "A plugin for authenticating JWT tokens",
6 "dependencies": {
7 "debug": "^2.2.0",
8 "jsonwebtoken": "^5.0.1",
9 "lodash": "^4.17.5",
10 "request": "^2.65.0"
11 },
12 "devDependencies": {
13 "chai": "^2.3.0",
14 "mocha": "^2.2.4",
15 "pem": "^1.7.2",
16 "supertest": "^1.0.1"
17 }
18}