{
  "name": "deepy",
  "version": "0.1.2",
  "description": "A fast algorithm for comparing equality of values with strict equality for value types.",
  "main": "dist/deepy.js",
  "author": "KFlash",
  "homepage": "https://github.com/kflash/deepy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kflash/deepy.git"
  },
  "bugs": {
    "url": "https://github.com/kflash/deepy/issues"
  },
  "keywords": [
    "deeper",
    "deepest",
    "deepEqual",
    "shallow",
    "equal",
    "strictEqual",
    "node.js",
    "equality",
    "strict"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublish": "npm run build",
    "test": "mocha test/specs/**/*.ts",
    "lint": "tslint src/**/*.ts"
  },
  "devDependencies": {
    "@types/chai": "^3.4.30",
    "@types/mocha": "^2.2.29",
    "@types/node": "^6.0.34 ",
    "chai": "^3.5.0",
    "ignore-styles": "^4.0.0",
    "mocha": "^3.0.0",
    "rollup": "0.34.9",
    "rollup-plugin-buble": "0.13.0",
    "rollup-plugin-typescript": "0.8.0",
    "ts-node": "^1.2.2",
    "tslint": "next",
    "typescript": "next"
  }
}
