-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 914 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
{
"name": "authmagic-timerange-stateless-core",
"version": "0.0.13",
"description": "",
"main": "core.js",
"engines": {
"node": ">=8.10.0"
},
"dependencies": {
"jsonwebtoken": "^8.3.0",
"randomstring": "^1.1.5",
"rate-limiter-flexible": "^2.2.2"
},
"scripts": {
"test": "ava"
},
"keywords": [
"auth",
"authentication",
"authorization",
"openid",
"oauth2",
"stateless",
"passwordless",
"jwt"
],
"author": "Oleksandr Knyga <[email protected]>",
"license": "MIT",
"devDependencies": {
"ava": "^0.25.0"
},
"bugs": {
"url": "https://github.com/authmagic/authmagic-timerange-stateless-core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/authmagic/authmagic-timerange-stateless-core.git"
},
"homepage": "https://github.com/authmagic/authmagic-timerange-stateless-core#readme"
}