{
  "name": "clay-driver-memory",
  "version": "4.1.24",
  "description": "Clay driver to store data on memory.",
  "main": "lib",
  "browser": "ci/browser",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepare": "node ./ci/build.js && node ./ci/shim.js && node ./ci/doc.js"
  },
  "repository": "realglobe-Inc/clay-driver-memory",
  "keywords": [
    "ClayDB"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishinishi@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/realglobe-Inc/clay-driver-memory/issues"
  },
  "homepage": "https://github.com/realglobe-Inc/clay-driver-memory#readme",
  "dependencies": {
    "clay-collection": "^3.1.5",
    "clay-constants": "^3.4.4",
    "clay-driver-base": "^4.1.7",
    "clay-entity": "^2.1.10",
    "clay-id": "^3.0.4",
    "clay-list-filter": "^2.1.9",
    "clay-list-pager": "^3.0.1",
    "clay-list-sorter": "^2.0.2",
    "clay-resource-name": "^4.0.5",
    "mkdirp": "^1.0.4",
    "moment": "^2.24.0"
  },
  "devDependencies": {
    "ababel": "^6.0.0",
    "amocha": "^7.0.2",
    "ape-formatting": "^2.0.2",
    "ape-releasing": "^5.0.7",
    "ape-tasking": "^4.0.12",
    "ape-tmpl": "^6.0.14",
    "ape-updating": "^5.0.3",
    "coz": "^7.0.19",
    "injectmock": "^2.0.0",
    "request": "^2.88.0",
    "sg-templates": "^1.4.4",
    "stringcase": "^4.3.1",
    "sugos-travis": "^2.0.7",
    "the-script-jsdoc": "^2.0.4"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  }
}
