-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "jwt-redis",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js --full-trace"
},
"author": "natashkinsasha",
"license": "ISC",
"keywords": [
"jwt",
"redis"
],
"repository": {
"type": "git",
"url": "git://github.com/Natashkinsasha/jwt-redis"
},
"bugs": {
"url": "https://github.com/Natashkinsasha/jwt-redis/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=0.12",
"npm": ">=1.4.28"
},
"dependencies": {
"jsonwebtoken": "^8.5.1",
"lodash.once": "^4.1.1",
"shortid": "^2.2.8"
},
"devDependencies": {
"bluebird": "^3.5.0",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"fakeredis": "^2.0.0",
"install": "^0.10.1",
"ioredis": "^4.9.0",
"ioredis-mock": "^4.9.0",
"mocha": "^6.1.4",
"random-number": "0.0.7",
"redis-mock": "^0.17.1"
}
}