forked from aensidhe/storage_benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 729 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
{
"name": "benchmarks",
"version": "0.1.0",
"description": "storage-benchmarks",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"storage",
"benchmarks"
],
"author": "aensidhe",
"license": "ISC",
"bin": {
"evote_storage_test": "test.js"
},
"repository": {
"github": "https://github.com/aensidhe/storage_benchmarking"
},
"dependencies": {
"async": "^1.3.0",
"basho-riak-client": "^1.5.0",
"hiredis": "^0.4.0",
"ioredis": "^1.5.12",
"mysql": "^2.7.0",
"node-handlersocket": "^0.1.0",
"redis": "^0.12.1",
"semaphore": "^1.0.3",
"split": "^1.0.0",
"tarantool-driver": "^1.0.0",
"through2": "^2.0.0"
}
}