{
  "_args": [
    [
      "git+https://github.com/sam016/lb4-connector-dynamodb.git",
      "D:\\test\\server"
    ]
  ],
  "_from": "git+https://github.com/sam016/lb4-connector-dynamodb.git",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/lb4-connector-dynamodb",
  "_phantomChildren": {
    "diagnostics": "1.1.1",
    "inherits": "2.0.4",
    "is-stream": "1.1.0",
    "lodash": "4.17.15",
    "logform": "2.1.2",
    "one-time": "0.0.4",
    "stack-trace": "0.0.10",
    "string_decoder": "1.1.1",
    "triple-beam": "1.3.0",
    "util-deprecate": "1.0.2",
    "winston-transport": "4.3.0"
  },
  "_requested": {
    "type": "git",
    "raw": "git+https://github.com/sam016/lb4-connector-dynamodb.git",
    "rawSpec": "git+https://github.com/sam016/lb4-connector-dynamodb.git",
    "saveSpec": "git+https://github.com/sam016/lb4-connector-dynamodb.git",
    "fetchSpec": "https://github.com/sam016/lb4-connector-dynamodb.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://github.com/sam016/lb4-connector-dynamodb.git#6dd9c684faddd57d18e9ef4502c670bce3d3af84",
  "_spec": "git+https://github.com/sam016/lb4-connector-dynamodb.git",
  "_where": "D:\\test\\server",
  "author": "sam016 <devmaster@sam016.com>",
  "bugs": {
    "url": "https://github.com/sam016/lb4-connector-dynamodb/issues"
  },
  "contributors": [
    "tmpaul",
    "ggcasuso",
    "sam016 <devmaster@sam016.com>"
  ],
  "dependencies": {
    "async": "latest",
    "aws-sdk": "latest",
    "colors": "latest",
    "loopback-connector": "^4.7.0",
    "strong-globalize": "^5.0.0",
    "winston": "^3.2.1"
  },
  "description": "DynamoDB connector for LoopBack 4",
  "devDependencies": {
    "coveralls": "^3.0.4",
    "dynalite": "^2.3.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.3",
    "jugglingdb": ">= 0.1.0",
    "mocha": "latest",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.4.1",
    "should": "latest"
  },
  "homepage": "https://github.com/sam016/lb4-connector-dynamodb#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "ies-lb4-connector-dynamodb",
  "nyc": {
    "exclude": [
      "server/boot",
      "coverage",
      "test"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sam016/lb4-connector-dynamodb.git"
  },
  "scripts": {
    "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "tdd": "env NODE_ENV=test mocha --color -w --recursive",
    "test": "env NODE_ENV=test mocha --color test/*.test.js --timeout 2000 --reporter spec"
  },
  "version": "0.2.6-6",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "keywords": [
    "lb4"
  ]
}
