package.json
 1  {
 2    "name": "extend-shallow",
 3    "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
 4    "version": "2.0.1",
 5    "homepage": "https://github.com/jonschlinkert/extend-shallow",
 6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 7    "repository": "jonschlinkert/extend-shallow",
 8    "bugs": {
 9      "url": "https://github.com/jonschlinkert/extend-shallow/issues"
10    },
11    "license": "MIT",
12    "files": [
13      "index.js"
14    ],
15    "main": "index.js",
16    "engines": {
17      "node": ">=0.10.0"
18    },
19    "scripts": {
20      "test": "mocha"
21    },
22    "dependencies": {
23      "is-extendable": "^0.1.0"
24    },
25    "devDependencies": {
26      "array-slice": "^0.2.3",
27      "benchmarked": "^0.1.4",
28      "chalk": "^1.0.0",
29      "for-own": "^0.1.3",
30      "glob": "^5.0.12",
31      "is-plain-object": "^2.0.1",
32      "kind-of": "^2.0.0",
33      "minimist": "^1.1.1",
34      "mocha": "^2.2.5",
35      "should": "^7.0.1"
36    },
37    "keywords": [
38      "assign",
39      "extend",
40      "javascript",
41      "js",
42      "keys",
43      "merge",
44      "obj",
45      "object",
46      "prop",
47      "properties",
48      "property",
49      "props",
50      "shallow",
51      "util",
52      "utility",
53      "utils",
54      "value"
55    ]
56  }