-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 854 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
{
"name": "redis-type",
"version": "0.3.0",
"description": "Redis type wrapper",
"main": "index.js",
"files": [
"/lib"
],
"scripts": {
"docs": "jsdoc -c .jsdocrc.json",
"lint": "eslint -c .eslintrc lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damirka/redis-type.git"
},
"keywords": [
"redis",
"type",
"hash",
"list",
"set",
"get",
"promise",
"redis-array",
"redis-promise"
],
"author": "Damir Shamanaev <damirka.ru@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/damirka/redis-type/issues"
},
"homepage": "https://github.com/damirka/redis-type#readme",
"dependencies": {},
"devDependencies": {
"braintree-jsdoc-template": "^3.3.0",
"eslint": "^6.1.0",
"jsdoc": "^3.5.5",
"redis": "^4.2.0"
}
}