wallet-core/node_modules/object-assign/package.json

43 lines
753 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "object-assign",
"version": "4.1.0",
"description": "ES2015 Object.assign() ponyfill",
"license": "MIT",
"repository": "sindresorhus/object-assign",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "xo && mocha",
"bench": "matcha bench.js"
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"object",
"assign",
"extend",
"properties",
"es2015",
"ecmascript",
"harmony",
"ponyfill",
"prollyfill",
"polyfill",
"shim",
"browser"
],
2016-11-03 01:33:53 +01:00
"devDependencies": {
"lodash": "^4.8.2",
"matcha": "^0.7.0",
"mocha": "*",
"xo": "*"
}
2016-10-10 03:43:44 +02:00
}