-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 746 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
{
"name": "level-push",
"version": "0.1.1",
"description": "Pushes JSON to your LevelDB with auto-generated UUID. Uses [level-set](https://github.com/maiah/level-set) to convert JSON to LevelDB data structure.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/maiah/level-push.git"
},
"keywords": [
"leveldb",
"levelup",
"json",
"uuid",
"guid",
"database",
"db"
],
"author": "Maiah Macariola",
"license": "MIT",
"bugs": {
"url": "https://github.com/maiah/level-push/issues"
},
"devDependencies": {
"leveldown": "~0.7.0",
"levelup": "~0.14.0"
},
"dependencies": {
"level-set": "0.0.7"
}
}