{
  "name": "gofigure",
  "description": "Configuration library for node",
  "version": "2.0.2",
  "scripts": {
    "jest": "jest --runInBand",
    "test": "npm run eslint && npm run jest",
    "eslint": "eslint lib/. test/.",
    "eslint-fix": "eslint lib/. test/. --fix",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "Config",
    "Configuration",
    "Configurations",
    "JSON",
    "Properties",
    "Property",
    "Environment Variables"
  ],
  "homepage": "http://c2fo.github.com/gofigure",
  "repository": {
    "type": "git",
    "url": "https://github.com/C2FO/gofigure.git"
  },
  "dependencies": {
    "glob": "^7.1.7",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/cli": "12.1.4",
    "@commitlint/config-angular": "12.1.4",
    "@commitlint/config-conventional": "12.1.4",
    "coveralls": "3.1.0",
    "eslint": "7.28.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.23.4",
    "eslint-plugin-jest": "24.3.6",
    "eslint-plugin-prettier": "3.4.0",
    "husky": "6.0.0",
    "jest": "27.0.4",
    "prettier": "2.3.1",
    "semantic-release": "17.4.4"
  },
  "author": "Doug Martin (doug.martin@c2fo.com)",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "contributors": [
    {
      "name": "Doug Martin",
      "email": "doug.martin@c2fo.com"
    },
    {
      "name": "Bryan Rockwood",
      "email": "bryan.rockwood@c2fo.com"
    }
  ]
}
