{
  "name": "liken",
  "version": "0.0.15",
  "description": "javascript object matcher",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cainus/liken.git"
  },
  "keywords": [
    "schema",
    "object",
    "hash",
    "pattern",
    "matcher",
    "match",
    "validate"
  ],
  "author": "Gregg Caines",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cainus/liken/issues"
  },
  "homepage": "https://github.com/cainus/liken#readme",
  "devDependencies": {
    "chai": "3.5.0",
    "deep-equal": "1.0.1",
    "difflet": "1.0.1",
    "eslint": "3.7.1",
    "json-stable-stringify": "1.0.1",
    "mocha": "2.5.3",
    "traverse": "0.6.6"
  }
}
