-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
34 lines (33 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "xml2json",
"homepage": "https://github.com/henrikingo/xml2json",
"description": "Translate any XML document to corresponding JSON (TODO: or vice versa)",
"version": "0.1",
"author": {
"name": "Henrik Ingo",
"email": "henrik.ingo@avoinelama.fi"
},
"contributors": [
{
"name": "Stefan Grössner",
"note": "While Henrik is the creator of this node package, the majority of original code comes from Stefan. Thanks!",
"url": "http://goessner.net/download/prj/jsonxml/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/henrikingo/xml2json.git"
},
"main": "node.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"libxml": "*",
"clone" : "*"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/henrikingo/xml2json/issues"
}
}