forked from rickyes/redis-url-plus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 799 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
{
"name": "redis-url-plus",
"version": "0.0.3",
"description": "Redis Connect URL parser aligned with Redis-CLI commands ",
"main": "index.js",
"scripts": {
"test": "tap -j4 test.js",
"cov": "tap -j4 test.js --cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rickyes/redis-url-plus.git"
},
"keywords": [
"redis-url",
"redis",
"redis-connect-url",
"redis-cli",
"redis-cluster-url"
],
"files": [
"index.js"
],
"author": "Ricky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rickyes/redis-url-plus/issues"
},
"homepage": "https://github.com/rickyes/redis-url-plus#readme",
"devDependencies": {
"codecov": "^3.8.2",
"nyc": "^15.1.0",
"tap": "^15.0.9"
}
}