Skip to content

Commit

Permalink
Added keywords in package
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Dec 24, 2016
1 parent cf5921e commit ec5b0e5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "x2j-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node.js command line script to convert xml input into json output (can be piped easily)",
"keywords": [
"xml",
"json",
"convert",
"xml to json",
"xml2json",
"xml-json",
"xml-to-json",
"xml 2 json",
"xml to js",
"xml to javascript"
],
"engines": {
"node": ">=4"
},
Expand Down

0 comments on commit ec5b0e5

Please sign in to comment.