-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 913 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
{
"name": "hdata-cli",
"version": "2.1.14",
"description": "A CLI interface for interacting with an HData server",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HData-org/hdata-cli.git"
},
"keywords": [
"hdata",
"database",
"data",
"cli"
],
"author": {
"name": "Benjamin Border",
"email": "ben@bunnbuns.net",
"url": "https://bunnbuns.net"
},
"contributors": [
{
"name": "Benjamin Border",
"email": "ben@bunnbuns.net",
"url": "https://bunnbuns.net"
},
{
"name": "Joshua Herron",
"email": "herronjo@joshiepoo.com",
"url": "https://joshiepoo.com"
}
],
"bin": {
"hdata-cli": "index.js"
},
"bugs": {
"url": "https://github.com/HData-org/hdata-cli/issues"
},
"homepage": "https://github.com/HData-org/hdata-cli#readme",
"dependencies": {
"hdata": "^2.1.13"
}
}