{
  "name": "orientjs",
  "description": "Official node.js driver for OrientDB. Fast, lightweight, uses the binary protocol.",
  "keywords": [
    "orientdb",
    "orient",
    "driver",
    "graph",
    "database",
    "db",
    "graphdb",
    "node",
    "node.js"
  ],
  "version": "3.2.0",
  "author": {
    "name": "Enrico Risa",
    "email": "e.risa@orientdb.com"
  },
  "contributors": [
    {
      "name": "Charles Pick",
      "email": "charles@codemix.com"
    },
    {
      "name": "Giraldo Rosales",
      "email": "giraldo@nitrogenlabs.com"
    },
    {
      "name": "Gabriel Petrovay",
      "email": "gabipetrovay@gmail.com"
    },
    {
      "name": "Ryan Fields",
      "email": "ryan.fields@twoleftbeats.com"
    },
    {
      "name": "Federico Fissore",
      "email": "federico@fissore.org"
    },
    {
      "name": "Navin Parray",
      "email": "navinparray@gmail.com"
    },
    {
      "name": "Saeed Tabrizi",
      "email": "saeed@nowcando.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/orientechnologies/orientjs.git"
  },
  "dependencies": {
    "bluebird": "~3.7.2",
    "fast.js": "^0.1.1",
    "generic-pool": "^3.9.0",
    "node-biginteger": "^0.0.10",
    "parse-function": "5.6.10",
    "request": "^2.87.0",
    "signed-varint": "2.0.1",
    "tls": "~0.0.1",
    "yargs": "~17.7.2"
  },
  "devDependencies": {
    "expect.js": "~0.3.1",
    "istanbul": "^0.4.5",
    "istanbul-coveralls": "^1.0.3",
    "jsdoc": "4.0.2",
    "jshint": "~2.13.6",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "should": "~13.2.3"
  },
  "optionalDependencies": {
    "orientjs-native": "^3.2.0"
  },
  "main": "./lib/index.js",
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "bin": {
    "orientjs": "./bin/orientjs"
  },
  "scripts": {
    "pretest": "./node_modules/.bin/jshint ./lib",
    "test": "echo \"\n\nNOTICE: If tests fail, please ensure you've set the correct credentials in test/test-server.json\n\n\"; node ./node_modules/nyc/bin/nyc mocha ./test/index.js ./test/**/*.js ./test/**/**/*.js ./test/**/**/**/*.js ./test/**/**/**/**/*.js --reporter=spec -t 10000 --exit",
    "watch": "mocha ./test/index.js ./test/**/*.js ./test/**/**/*.js ./test/**/**/**/*.js ./test/**/**/**/**/*.js --reporter=spec -t 10000 --watch",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "./node_modules/.bin/jshint ./lib",
    "docs": "jsdoc -c conf.json --readme README.md",
    "open-docs": "open ./docs/index.html"
  },
  "licenses": [
    {
      "type": "Apache License, Version 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ]
}
