-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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
{
"name": "dynamic-factor",
"version": "1.0.3",
"description": "Calculate dynamic factor based on TTL",
"scripts": {
"test": "mocha ./test --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greatjapa/dynamic-factor.git"
},
"bugs": {
"url": "https://github.com/greatjapa/dynamic-factor/issues"
},
"homepage": "https://github.com/greatjapa/dynamic-factor/blob/master/README.md",
"keywords": [
"dynamic",
"factor",
"realtime",
"ttl",
"ttl-cache",
"time",
"timebased"
],
"author": "greatjapa <greatjapa@gmail.com (https://github.com/greatjapa)",
"license": "MIT",
"dependencies": {
"node-cache": "^4.2.0"
},
"devDependencies": {
"mocha": "^9.0.3",
"should": "^13.2.3"
}
}