{
  "name": "lowdown-chapmancarin",
  "version": "1.0.0",
  "description": "An npm functional programming library project",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- test/ -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChapmanCarin/lodown.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ChapmanCarin/lodown/issues"
  },
  "homepage": "https://github.com/ChapmanCarin/lodown#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "i": "^0.3.6",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.3",
    "sinon": "^7.3.1"
  }
}
