{
  "name": "ogmneo",
  "version": "1.0.6",
  "description": "OGM(object-graph mapping) abstraction layer for neo4j",
  "main": "index.js",
  "scripts": {
    "docs": "jsdoc ./lib/** -d ./docs",
    "test": "tape ./__test__/**",
    "lint": "eslint lib",
    "lint-test": "eslint __test__"
  },
  "homepage": "https://github.com/LucianoPAlmeida/OGMNeo",
  "bugs": {
    "url": "https://github.com/LucianoPAlmeida/OGMNeo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LucianoPAlmeida/OGMNeo.git"
  },
  "keywords": [
    "neo4j",
    "OGM",
    "ORM",
    "ORM-neo4j",
    "neo4j-abstraction",
    "cypher",
    "javascript",
    "es6",
    "nodejs",
    "bolt",
    "database",
    "database-abstraction"
  ],
  "author": "Luciano Almeida <passos.luciano@outlook.com>",
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.11",
    "neo4j-driver": "^1.7.5"
  },
  "devDependencies": {
    "eslint": "^6.0.1",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.6.2",
    "tape": "^4.11.0"
  }
}
