{
  "name": "is-real-object",
  "version": "1.0.2",
  "description": "Returns `true` if a value is any type of object, but not an array. Browserify-ready.",
  "repository": "tunnckoCore/is-real-object",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "is-extendable": "^0.1.1",
    "isarray": "^1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "pre-commit": "*"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "array",
    "assign",
    "check",
    "date",
    "extend",
    "extensible",
    "function",
    "is",
    "is-real-object",
    "object",
    "regex",
    "test"
  ]
}
