forked from mhart/kinesalite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 KB
/
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
48
{
"name": "kinesalite",
"version": "3.3.3",
"description": "An implementation of Amazon's Kinesis built on LevelDB",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "mocha --require should --reporter spec -t $([ $REMOTE ] && echo 30s || echo 4s)"
},
"repository": "mhart/kinesalite",
"keywords": [
"kinesis",
"mock",
"kinesilite",
"kinesis-mock",
"test",
"event",
"stream",
"streaming",
"processing",
"aws",
"logs",
"logging"
],
"author": "Michael Hart <michael.hart.au@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^2.6.3",
"bignumber.js": "^9.0.0",
"cbor": "^5.0.2",
"lazy": "^1.0.11",
"levelup": "^4.3.2",
"lock": "^1.1.0",
"memdown": "^5.1.0",
"minimist": "^1.2.5",
"once": "^1.3.3",
"subleveldown": "^4.1.4",
"uuid": "^7.0.3"
},
"optionalDependencies": {
"leveldown": "^5.2.1"
},
"devDependencies": {
"aws4": "^1.9.1",
"mocha": "^6.2.3",
"should": "^13.2.3"
}
}