rrd
Version:
A library for querying and manipulating a Round Robin Database
14 lines (13 loc) • 480 B
JSON
{
"name": "rrd"
, "description": "A library for querying and manipulating a Round Robin Database"
, "keywords": ["rrd", "round robin", "database"]
, "author": "Patrick Schless <npm@bitesback.com> (http://www.plainlystated.com)"
, "version": "1.0.1"
, "main": "./rrd.js"
, "files": ["rrd.js", "rrd.coffee", "rrdRecord.js", "rrdRecord.coffee", "test"]
, "repository" : {
"type" : "git"
, "url" : "https://github.com/plainlystated/coffeescript-rrd"
}
}