{
  "name": "is-object-literal",
  "version": "1.0.1",
  "description": "Validates a given value is a literal Object",
  "author": "Sahar Brodbeker <saharonb@gmail.com>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/sahariko/is-object-literal.git"
  },
  "homepage": "https://github.com/sahariko/is-object-literal",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest -c configuration/jest.config.js",
    "lint": "eslint .",
    "build": "webpack --config configuration/webpack.config"
  },
  "keywords": [
    "object",
    "literal",
    "check",
    "validate",
    "validation"
  ],
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/core": "^7.1.5",
    "@babel/preset-env": "^7.1.5",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "eslint": "^5.9.0",
    "eslint-config-package": "^1.0.0",
    "jest": "^23.6.0",
    "regenerator-runtime": "^0.12.1",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2"
  }
}
