-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 755 Bytes
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": "level-z",
"version": "1.0.1",
"description": "Z-order curve index for level-db",
"main": "index.js",
"dependencies": {
"interleave26": "^1.0.0",
"level-sublevel": "^6.5.4"
},
"devDependencies": {
"levelup": "^1.3.1",
"memdown": "^1.1.2"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hayes/node-level-z.git"
},
"keywords": [
"level",
"leveldb",
"z",
"order",
"z-order",
"curve",
"index",
"geo",
"hilbert"
],
"author": "Michael Hayes",
"license": "ISC",
"bugs": {
"url": "https://github.com/hayes/node-level-z/issues"
},
"homepage": "https://github.com/hayes/node-level-z#readme"
}