{
  "name": "array-merge-by-key",
  "version": "1.0.1",
  "description": "Effectively merge arrays of objects into a single array by merging objects with the same key (property).",
  "main": "index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZitRos/array-merge-by-key.git"
  },
  "author": {
    "name": "ZitRo",
    "url": "nikita.tk"
  },
  "keywords": [
    "array",
    "merge",
    "objects",
    "by",
    "key",
    "property",
    "value",
    "javascript",
    "arrays",
    "combine",
    "two",
    "objects"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ZitRos/array-merge-by-key/issues"
  },
  "homepage": "https://github.com/ZitRos/array-merge-by-key#readme",
  "devDependencies": {
    "ava": "^0.19.1",
    "deep-is": "^0.1.3"
  }
}
