{
  "name": "@tuddman/gremlin-orm",
  "version": "1.1.15",
  "description": "Gremlin ORM for Node.js",
  "main": "dist/gremlin-orm.js",
  "scripts": {
    "test": "npm run build; mocha -t 10000 test/index.js test/helpers.js test/vertex.js test/edge.js test/model.js --exit",
    "build": "babel src --presets babel-preset-env --out-dir dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gremlin-orm/gremlin-orm.git"
  },
  "keywords": [
    "orm",
    "gremlin",
    "query",
    "graph",
    "graph database",
    "neo4j",
    "neptune",
    "azure",
    "cosmos",
    "db"
  ],
  "author": {
    "email": "gremlin.orm@gmail.com",
    "name": "gremlin-orm"
  },
  "bugs": {
    "url": "https://github.com/gremlin-orm/gremlin-orm/issues"
  },
  "contributors": [
    {
      "email": "f@frmn.io",
      "name": "Freeman Chen"
    },
    {
      "email": "godronus@gmail.com",
      "name": "Gordon Farquharson"
    },
    {
      "email": "jeremysanglee@gmail.com",
      "name": "Jeremy Lee"
    }
  ],
  "license": "MIT",
  "homepage": "https://github.com/gremlin-orm/gremlin-orm#readme",
  "maintainers": [
    {
      "email": "f@frmn.io",
      "name": "Freeman Chen"
    },
    {
      "email": "godronus@gmail.com",
      "name": "Gordon Farquharson"
    },
    {
      "email": "jeremysanglee@gmail.com",
      "name": "Jeremy Lee"
    }
  ],
  "dependencies": {
    "gremlin": "^3.4.4"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1"
  }
}
