{
  "_args": [
    [
      "eris-db@0.15.12",
      "/home/ubuntu/eris-contracts.js"
    ]
  ],
  "_from": "eris-db@0.15.12",
  "_id": "eris-db@0.15.12",
  "_inCache": true,
  "_installable": true,
  "_location": "/eris-db",
  "_nodeVersion": "6.9.5",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/eris-db-0.15.12.tgz_1490590111155_0.5807638759724796"
  },
  "_npmUser": {
    "email": "billings@erisindustries.com",
    "name": "billings"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {
    "@nodeguy/generic": "3.0.0",
    "@nodeguy/type": "0.2.0"
  },
  "_requested": {
    "name": "eris-db",
    "raw": "eris-db@0.15.12",
    "rawSpec": "0.15.12",
    "scope": null,
    "spec": "0.15.12",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eris-db/-/eris-db-0.15.12.tgz",
  "_shasum": "df22bb7e1b41d9009c8e6bfc33c2d6212a2bd4f7",
  "_shrinkwrap": null,
  "_spec": "eris-db@0.15.12",
  "_where": "/home/ubuntu/eris-contracts.js",
  "author": {
    "name": "AndreasEris"
  },
  "authors": [
    {
      "email": "andreas@erisindustries.com",
      "name": "Andreas Olofsson",
      "url": "http://erisindustries.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/eris-ltd/eris-db.js/issues"
  },
  "dependencies": {
    "@nodeguy/generic": "3.0.0",
    "@nodeguy/json-rpc": "0.3.2",
    "@nodeguy/type": "0.2.0",
    "bluebird": "3.5.0",
    "g-functions": "0.2.0",
    "iteray": "0.5.1",
    "mz": "2.6.0",
    "ramda": "0.23.0"
  },
  "description": "Javascript library that calls an erisdb server over rpc.",
  "devDependencies": {
    "bundle-dependencies": "1.0.2",
    "husky": "0.13.2",
    "istanbul": "0.4.5",
    "jsdoc": "3.4.3",
    "mocha": "3.2.0",
    "request": "2.81.0",
    "request-promise": "4.1.1",
    "standard": "9.0.2",
    "test-vector": "0.1.0",
    "ws": "2.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "df22bb7e1b41d9009c8e6bfc33c2d6212a2bd4f7",
    "tarball": "https://registry.npmjs.org/eris-db/-/eris-db-0.15.12.tgz"
  },
  "engines": {
    "node": ">=6"
  },
  "gitHead": "cfd5c852d0ddd75c2535427c99ccf3044f707043",
  "homepage": "https://github.com/eris-ltd/eris-db.js",
  "keywords": [
    "Monax",
    "eris",
    "erisdb"
  ],
  "license": "GPL-3.0",
  "main": "./index.js",
  "maintainers": [
    {
      "email": "andreas@erisindustries.com",
      "name": "andreas_eris"
    },
    {
      "email": "billings@erisindustries.com",
      "name": "billings"
    },
    {
      "email": "casey@erisindustries.com",
      "name": "compleatang"
    },
    {
      "email": "npm-node@snkmail.com",
      "name": "nodeguy"
    }
  ],
  "name": "eris-db",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eris-ltd/eris-db.js.git"
  },
  "scripts": {
    "doc": "jsdoc --configure JSDoc/conf.json --destination doc index.js lib README.md",
    "precommit": "standard",
    "predoc": "rm -rf doc",
    "pretest": "standard",
    "test": "mocha --recursive test"
  },
  "standard": {
    "globals": [
      "after",
      "afterEach",
      "before",
      "beforeEach",
      "describe",
      "it",
      "run"
    ]
  },
  "version": "0.15.12"
}
