Keith Zantow ff828fbac2
Skip package-lock.json and yarn.lock in node_modules #431 (#485)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
2021-08-20 13:50:28 -04:00

24 lines
547 B
JSON

{
"name": "merge-objects",
"version": "1.0.5",
"description": "Merge two objects and concatenate arrays that are values of the same object key.",
"main": "lib/merge-objects.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:shevaroller/node-merge-objects.git"
},
"keywords": [
"merge",
"object",
"extend",
"concat",
"array",
"mixin"
],
"author": "Oleksii Shevchenko <shevaroller@gmail.com> (http://shevaroller.me)",
"license": "MIT"
}