-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 995 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": "react-session-control",
"version": "2.0.12",
"description": "Component to provide session control. It controls how long the user can be inactive and observes the storage checking for token existence.",
"main": "dist/index.js",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^16.9.26",
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LaeraFelipe/react-session-control"
},
"keywords": [
"react",
"session",
"control",
"tabs",
"storage",
"token",
"sync",
"inactive",
"inactivty",
"timeout"
],
"author": "Felipe Laera Ignacio",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaeraFelipe/session-controlera/issues"
},
"homepage": "https://github.com/LaeraFelipe/session-controlera#readme",
"dependencies": {}
}