-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 872 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": "tiny-level-ttl",
"version": "3.1.5",
"description": "Extension for node-level that enforces a time to live on a database (or sublevel db)",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ArtskydJ/tiny-level-ttl.git"
},
"keywords": [
"level",
"ttl",
"tiny",
"sublevel",
"spaces",
"time to live"
],
"author": "ArtskydJ",
"license": "VOL",
"bugs": {
"url": "https://github.com/ArtskydJ/tiny-level-ttl/issues"
},
"homepage": "https://github.com/ArtskydJ/tiny-level-ttl",
"dependencies": {
"expire-unused-keys": "^1.0.2",
"level-lock": "^1.0.1",
"level-spaces": "^2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"level-mem": "^0.18.0",
"level-sublevel": "^6.3.11",
"tape": "^4.2.0"
}
}