Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
estheban committed Jun 19, 2015
1 parent 28e1a6c commit 0653dd2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "json2xml",
"description": "Simple JavaScript Object to XML string converter.",
"version": "0.1.1",
"homepage": "https://github.com/alanclarke/node-json2xml",
"version": "0.1.2",
"homepage": "https://github.com/estheban/node-json2xml",
"author": {
"name": "Etienne Lachance",
"email": "[email protected]"
Expand Down Expand Up @@ -43,9 +43,6 @@
},
"keywords": [],
"readme": "node-json2xml\n===========\n\nDescription\n-----------\n\nSimple JavaScript Object to XML string converter.\n\nInstallation\n------------\n\nSimplest way to install `json2xml` is to use [npm](http://npmjs.org), just `npm\ninstall json2xml` which will download json2xml and all dependencies.\n\nSimple usage\n-----------\n \n var json2xml = require('json2xml');\n json2xml({a:1});\n //<a>1</a>\n\t \n\nOptions\n-----------\n\n\tadd header:\n\n\tjson2xml({a:1}, { header:true });\n\t//<?xml version=\"1.0\" encoding=\"UTF-8\"?><a>1</a>\n\n\tadd node attributes:\n\n\tjson2xml({a:1, attr:{b:2,c:3 }}, { attributes_key:'attr' });\t\n\t// <a b=\"2\" c=\"3\" >1</a>",
"_id": "[email protected]",
"dist": {
"shasum": "03d51836b3b3e9a53980132e3a3d07c50bb7d9ec"
},
"_from": "git://github.com/alanclarke/node-json2xml.git"
"_id": "[email protected]",
"_from": "git://github.com/estheban/node-json2xml.git"
}

0 comments on commit 0653dd2

Please sign in to comment.