1{
2  "name": "object-assign",
3  "version": "4.1.1",
4  "description": "ES2015 `Object.assign()` ponyfill",
5  "license": "MIT",
6  "repository": "sindresorhus/object-assign",
7  "author": {
8    "name": "Sindre Sorhus",
9    "email": "sindresorhus@gmail.com",
10    "url": "sindresorhus.com"
11  },
12  "engines": {
13    "node": ">=0.10.0"
14  },
15  "scripts": {
16    "test": "xo && ava",
17    "bench": "matcha bench.js"
18  },
19  "files": [
20    "index.js"
21  ],
22  "keywords": [
23    "object",
24    "assign",
25    "extend",
26    "properties",
27    "es2015",
28    "ecmascript",
29    "harmony",
30    "ponyfill",
31    "prollyfill",
32    "polyfill",
33    "shim",
34    "browser"
35  ],
36  "devDependencies": {
37    "ava": "^0.16.0",
38    "lodash": "^4.16.4",
39    "matcha": "^0.7.0",
40    "xo": "^0.16.0"
41  }
42}
43