{
  "name": "@checksonhk/lotide",
  "version": "1.0.0",
  "description": "Lodash clone",
  "main": "assertArrayEqual.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/checksonhk/lotide.git"
  },
  "author": "@checksonhk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/checksonhk/lotide/issues"
  },
  "homepage": "https://github.com/checksonhk/lotide#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.2"
  }
}
