redis-timeseries
Version:
Manage timeseries data storage in Redis with ease
32 lines (31 loc) • 626 B
JSON
{
"name": "redis-timeseries",
"version": "0.4.0",
"description": "Manage timeseries data storage in Redis with ease",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/vows test/*.js"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/tonyskn/node-redis-timeseries.git"
},
"keywords": [
"Redis",
"Timeseries"
],
"author": "Tony Sokhon",
"license": "MIT",
"peerDependencies": {
"redis": "0.x"
},
"devDependencies": {
"redis": "0.x",
"hiredis": "0.x",
"async": "~0.2.10",
"vows": "~0.7.0"
}
}