forked from microsoft/redie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 880 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
{
"name": "redie",
"version": "0.3.0",
"description": "Redis client focused on providing a delightful user experience.",
"main": "index.js",
"bin": {
"redie": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"redis",
"repl",
"cli",
"json"
],
"homepage": "https://github.com/Microsoft/redie",
"bugs": "https://github.com/Microsoft/redie/issues",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/redie.git"
},
"author": "William Bartholomew <willbar@microsoft.com>",
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"argv-split": "^1.0.0",
"command-line-args": "^2.1.6",
"is-json": "^2.0.0",
"json-colorz": "^0.2.7",
"painless-config": "^0.1.0",
"redis": "^2.6.0-0",
"redis-commands": "^1.1.0"
}
}