source: node_modules/object-assign/package.json@ 47f4eaf

Last change on this file since 47f4eaf was 47f4eaf, checked in by Marko <Marko@…>, 20 months ago

Final features implemented

  • Property mode set to 100644
File size: 764 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.