{
  "name": "soft-extend",
  "version": "1.0.0",
  "description": "Non-destructive extend. Just appends new properties to an object, keeping old ones.",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/dy/soft-extend"
  },
  "keywords": [
    "extend",
    "xtend",
    "inherits",
    "utils",
    "append",
    "merge"
  ],
  "author": "DMI",
  "license": "unlicensed",
  "bugs": {
    "url": "https://github.com/dy/soft-extend/issues"
  },
  "homepage": "https://github.com/dy/soft-extend"
}
