We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563d5cd commit d5ac6b6Copy full SHA for d5ac6b6
1 file changed
package.json
@@ -1,8 +1,15 @@
1
{
2
"name": "hyper-graph-db",
3
"version": "0.0.1",
4
- "description": "",
+ "description": "A distributed graph database built upon hyperdb.",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/e-e-e/hyper-graph-db.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/e-e-e/hyper-graph-db/issues"
12
13
"dependencies": {
14
"hyperdb": "^2.0.0",
15
"readable-stream": "^2.3.3",
0 commit comments