Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ed077 commit 2924ba3Copy full SHA for 2924ba3
1 file changed
package.json
@@ -1,12 +1,21 @@
1
{
2
- "author": "Phil Jackson <phil@shellarchive.co.uk> (http://apiaxle.com)",
+ "author": "Phil Jackson <phil@apiaxle.com> (http://apiaxle.com)",
3
"name": "js2xml",
4
- "description": "Convert arbitary javascript to simple XML.",
5
- "version": "0.0.3",
+ "description": "Convert arbitary javascript to simple XML. Developed for by ApiAxle.",
+ "version": "0.0.4",
6
"main": "./lib/js2xml",
7
"repository": {
8
"url": ""
9
},
10
+ "keywords": [
11
+ "xml",
12
+ "json",
13
+ "json2xml",
14
+ "js2xml",
15
+ "data2xml",
16
+ "data",
17
+ "libxml"
18
+ ],
19
"licenses": [
20
21
"type": "MIT",
0 commit comments