{
  "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
  "name": "append",
  "description": "append the properties from one object to another",
  "version": "0.1.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/pvorb/node-append.git"
  },
  "bugs": {
    "url": "https://github.com/pvorb/node-append/issues"
  },
  "main": "append.js",
  "engines": {
    "node": "*"
  },
  "tags": [
    "object",
    "append"
  ],
  "dependencies": {},
  "devDependencies": {}
}