-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 956 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
46
47
{
"name": "level-q",
"version": "0.2.1",
"description": "Priority queuing for leveldb/levelup",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/level-q"
},
"keywords": [
"leveldb",
"priority",
"levelup",
"queue",
"queueing",
"fifo",
"atomic",
"job",
"ms",
"amqp",
"mq",
"msmq"
],
"author": "Eugene Ware <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/level-q/issues"
},
"dependencies": {
"level-peek": "^2.0.0",
"monotonic-timestamp": "0.0.9"
},
"devDependencies": {
"after": "~0.8.1",
"bytewise": "~0.7.0",
"level": "^0.18.0",
"level-test": "^1.6.6",
"lodash.uniq": "~2.4.1",
"range": "0.0.2",
"redtape": "^1.0.0",
"rimraf": "^2.2.8",
"tape": "^3.0.2"
}
}