aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-zip/node_modules/object-assign/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-zip/node_modules/object-assign/package.json')
-rw-r--r--node_modules/gulp-zip/node_modules/object-assign/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/node_modules/gulp-zip/node_modules/object-assign/package.json b/node_modules/gulp-zip/node_modules/object-assign/package.json
new file mode 100644
index 000000000..c3b37fef7
--- /dev/null
+++ b/node_modules/gulp-zip/node_modules/object-assign/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "object-assign",
+ "version": "3.0.0",
+ "description": "ES6 Object.assign() ponyfill",
+ "license": "MIT",
+ "repository": "sindresorhus/object-assign",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "object",
+ "assign",
+ "extend",
+ "properties",
+ "es6",
+ "ecmascript",
+ "harmony",
+ "ponyfill",
+ "prollyfill",
+ "polyfill",
+ "shim",
+ "browser"
+ ],
+ "devDependencies": {
+ "mocha": "*"
+ }
+}