{
  "name": "should-equal",
  "version": "0.5.0",
  "description": "Deep comparison of 2 instances for should.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha --ui bdd -R mocha-better-spec-reporter test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shouldjs/equal.git"
  },
  "keywords": [
    "should.js",
    "deep",
    "equal"
  ],
  "author": "Denis Bardadym <bardadymchik@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shouldjs/equal/issues"
  },
  "homepage": "https://github.com/shouldjs/equal",
  "devDependencies": {
    "mocha": "latest",
    "mocha-better-spec-reporter": "latest"
  },
  "dependencies": {
    "should-type": "0.2.0"
  }
}
