{
  "name": "shallow-equals",
  "description": "Determine if an array or object is equivalent with another, *not* recursively",
  "version": "1.0.0",
  "main": "index.js",
  "browser": "index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "~2.5.0"
  },
  "scripts": {},
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/shallow-equals"
  },
  "bugs": {
    "url": "https://github.com/hughsk/shallow-equals/issues"
  },
  "homepage": "https://github.com/hughsk/shallow-equals",
  "keywords": [
    "shallow",
    "equals",
    "compare",
    "equality",
    "check",
    "test"
  ]
}
