{
  "name": "selfup-rejs",
  "version": "1.1.1",
  "description": "Event based, key value store on the file system. Basic server side db in js for node developers. Geared towards NodeBots/IoT.",
  "main": "index",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "db",
    "rejs",
    "regis",
    "js",
    "es6",
    "es7",
    "database",
    "event based",
    "event base",
    "key value store",
    "key",
    "value",
    "store",
    "nodebots",
    "raspberry pi",
    "arduino",
    "electron"
  ],
  "author": "selfup",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selfup/rejs"
  },
  "homepage": "https://github.com/selfup/rejs",
  "devDependencies": {
    "chai": "^3.5.0",
    "nyc": "^15.1.0",
    "mocha": "^7.2.0"
  }
}
