{
  "name": "xmljson",
  "description": "Translates between JSON and XML formats",
  "version": "0.2.0",
  "homepage": "https://github.com/ExactTarget/node-xmljson",
  "author": {
    "name": "ExactTarget",
    "email": "aalexander@exacttarget.com",
    "url": "http://code.exacttarget.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ExactTarget/node-xmljson.git"
  },
  "bugs": {
    "url": "https://github.com/ExactTarget/node-xmljson/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ExactTarget/node-xmljson/blob/master/COPYING"
    }
  ],
  "main": "lib",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.3.17"
  },
  "keywords": [
    "exacttarget xml json"
  ],
  "dependencies": {
    "xml2js": "~0.2.6",
    "xmlbuilder": "~0.4.2"
  }
}
