{
  "name": "@stewartmac/lotide",
  "version": "1.0.0",
  "description": "Modular collection of functions that operate on data, namely Arrays and Objects.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StewartMck/lotide.git"
  },
  "keywords": [
    "lotide",
    "assertEquals",
    "head",
    "middle",
    "tail",
    "eqArrays"
  ],
  "author": "Stewart McKinlay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StewartMck/lotide/issues"
  },
  "homepage": "https://github.com/StewartMck/lotide#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.2.1"
  }
}
