{
  "name": "javascript-object-paraphernalia",
  "version": "1.0.11",
  "description": "Javascript object utilities such as deep clone, merge and apply. Also includes 'is' a type checking method to type check Objects, Functions and Classes",
  "main": "index.js",
  "scripts": {
    "test": "nodeunit",
    "document": "jsdoc -u docs/tutorials index.js package.json README.md -d docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/any-code/javascript-object-paraphernalia.git"
  },
  "keywords": [
    "object",
    "clone",
    "deep",
    "merge",
    "flatten",
    "copy",
    "apply",
    "combine"
  ],
  "author": "Lee Tagg <lee@anycode.io>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/any-code/javascript-object-paraphernalia/issues"
  },
  "homepage": "https://github.com/any-code/javascript-object-paraphernalia#readme",
  "devDependencies": {
    "nodeunit": "^0.9.1"
  }
}
