{
  "name": "@mxmitch/lotide",
  "version": "1.0.1",
  "description": "A mini clone of the [Lodash](https://lodash.com) library.",
  "main": "assertArraysEqual.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mxmitch/lotide.git"
  },
  "keywords": ["lodash", "lotide", "clone", "library", "lighthouse-labs", "student"],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mxmitch/lotide/issues"
  },
  "homepage": "https://github.com/mxmitch/lotide#readme",
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.2"
  }
}