{
  "name": "rounderdb",
  "version": "0.2.0",
  "description": "A low-I/O, fixed size, round robin db with in-mem support. Store in RAM and sync periodically to disk.",
  "main": "rounder.js",
  "scripts": {
    "test": "mocha -R spec",
    "testIntegration": "mocha -R spec ./test/integration/*js"
  },
  "repository": "https://github.com/aweijnitz/RounderDB.js",
  "keywords": [
    "RRD",
    "Monitoring",
    "Round",
    "robin",
    "db",
    "Raspberry",
    "Pi"
  ],
  "author": "Anders Weijnitz",
  "license": "MIT",
  "devDependencies": {
    "mocha": "~1.13.0"
  }
}
