-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 965 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "nope-redis",
"version": "1.3.7",
"description": "Simple & Fast Node.JS memory caching",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orhanayd/no-redis.git"
},
"keywords": [
"redis",
"cache",
"caching",
"local",
"variable",
"multi",
"memory",
"internal",
"node",
"memcached",
"temp"
],
"tags": [
"redis",
"cache",
"caching",
"local",
"variable",
"multi",
"memory",
"internal",
"node",
"memcached",
"temp"
],
"author": "orhanayd <info@orhanaydogdu.com.tr>",
"maintainers": [
{
"name": "Orhan A.",
"email": "info@orhanaydogdu.com.tr",
"url": "https://github.com/orhanayd"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/orhanayd/no-redis/issues"
},
"homepage": "https://github.com/orhanayd/no-redis#readme",
"dependencies": {
"kk-date": "^2.0.3"
}
}